Alias choose

Common vernacular for combinations

alias choose = combinations;

Example

assert(1.choose(2) == 0);
assert(5.choose(2) == 10);