Module impls

Module impls 

Source
Expand description

This module contains implementations of Numeric for several types, plus helpers which can ease implementation for your own type.

Structsยง

BinIter
Iterator over binary digits of N.
DecIter
Iterator over the decimal digits of a number.
HexIter
Iterator over hexadecimal digits of N.
OctIter
Iterator over octal digits of N.