Home
last modified time | relevance | path

Searched refs:from_usize_array (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/fixedbitset/src/block/
Dmod.rs71 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