Expand description

Implementations of traits for working with the digits of Naturals.

Modules

Implementations of Digits, a trait for extracting digits from Naturals and constructing Naturals from digits.

An implementation of PowerOf2DigitIterable, a trait for iterating over a Natural’s base-$2^k$ digits.

Implementations of PowerOf2Digits, a trait for extracting base-$2^k$ digits from Naturals and constructing Naturals from such digits.