Expand description
Combinatorial number system
See wikipedia for more information.
Structs§
- Iter
- Iterates over all k-combinations.
Functions§
- decode
- Returns the combination of a value.
- decode_
mut - Writes the combination of a value to a slice.
- encode
- Returns the value of a combination.