UD512

Type Alias UD512 

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

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

Aliased Typeยง

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