<combinations> ( seq k -- combinations )


Vocabulary
math.combinatorics

Inputs
seqa sequence
ka non-negative integer


Outputs
combinationsa sequence


Word description
An efficient sequence containing the combinations of seq choosing k elements.

Definition