Expand description
This crate provides methods to de- and encode numbers in the combinatorial number system, sometime referred to as “combinadics”.
Structs§
- Decode
Iter - Iterates through all choices decoded from the given
N
andk
in descending order.
Functions§
- decode
- Returns an iterator over the choices decoded from the given
N
andk
. The choices will be returned by the iterator in descending order.