Skip to main content

UD128

Type Alias UD128 

Source
pub type UD128 = UnsignedDecimal<{ _ }>;
Expand description

Strictly exact precision fixed-size unsigned decimal number with 128-bit integer for decimal digits.

Aliased Typeยง

pub struct UD128(/* private fields */);