pub type NumberBuf = NumberBuf<SmallVec<[u8; 16]>>;
Expand description

Number buffer.

Trait Implementations

Converts to this type from the input type.