Skip to main content

U64

Type Alias U64 

Source
pub type U64 = UInt<{ _ }>;
Expand description

64-bit unsigned integer type.

Aliased Typeยง

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