Home
last modified time | relevance | path

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

/third_party/rust/rust/library/core/src/array/
Dmod.rs649 pub fn split_array_ref<const M: usize>(&self) -> (&[T; M], &[T]) { in split_array_ref() method
/third_party/rust/rust/library/core/src/slice/
Dmod.rs2061 pub fn split_array_ref<const N: usize>(&self) -> (&[T; N], &[T]) { in split_array_ref() method