Home
last modified time | relevance | path

Searched defs:from_ascii_bytes (Results 1 – 1 of 1) sorted by relevance

/external/rust/android-crates-io/crates/tinystr/src/
Dint_ops.rs29 pub const fn from_ascii_bytes<const N: usize>(src: &[AsciiByte; N]) -> Self { in from_ascii_bytes() method
186 pub const fn from_ascii_bytes<const N: usize>(src: &[AsciiByte; N]) -> Self { in from_ascii_bytes() method