All Unordered Element Pairs (2-Element Subsets) of a Range.
Given non-negative integers m and n, generate all size m combinations of the integers from 0 to n-1 in sorted order (each combination is sorted and the entire table is sorted).
See Source File