Searched refs:from_usize_array (Results 1 – 1 of 1) sorted by relevance
71 pub const NONE: Self = Self::from_usize_array([0; Self::USIZE_COUNT]);72 pub const ALL: Self = Self::from_usize_array([usize::MAX; Self::USIZE_COUNT]);81 pub const fn from_usize_array(array: [usize; Self::USIZE_COUNT]) -> Self { in from_usize_array() method