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
Nandkin descending order.
Functions§
- decode
- Returns an iterator over the choices decoded from the given
Nandk. The choices will be returned by the iterator in descending order.