UD320

Type Alias UD320 

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

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

Aliased Typeยง

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