Common vernacular for combinations
assert(1.choose(2) == 0); assert(5.choose(2) == 10);
See Implementation
Common vernacular for combinations