Skip to main content

UD64

Type Alias UD64 

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

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

Aliased Typeยง

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