Fields§
§hi: u128
§lo: u16
Implementations§
Trait Implementations§
source§impl Common for U144
impl Common for U144
const ZERO: U144 = _
const ONE: U144 = _
const MAX: U144 = _
const BITS: u8 = 144u8
type Array = [u8; 18]
fn leading_zeros(&self) -> u8
fn trailing_zeros(&self) -> u8
fn count_ones(&self) -> u8
const BYTES: u8 = <Self::Array>::SIZE as u8
fn log2(&self) -> u8
source§impl PartialOrd<U144> for U144
impl PartialOrd<U144> for U144
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more