Skip to main content

UD256

Type Alias UD256 

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

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

Aliased Typeยง

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