Searched defs:isIntegralPair (Results 1 – 2 of 2) sorted by relevance
1951 enum isIntegralPair = is(typeof((T x){ V a = x[0]; V b = x[1];})) variable
1983 enum isIntegralPair = is(typeof((T x){ V a = x[0]; V b = x[1];})) variable