Skip to main content

U128

Type Alias U128 

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

128-bit unsigned integer type.

Aliased Typeยง

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