Type Alias U128
pub type U128 = Uint<128, 2>;Expand description
128-bit [unsigned integer type][Uint], consisting of 2, 64-bit limbs.
Aliased Typeยง
pub struct U128 { /* private fields */ }pub type U128 = Uint<128, 2>;128-bit [unsigned integer type][Uint], consisting of 2, 64-bit limbs.
pub struct U128 { /* private fields */ }