Searched refs:const_from_array (Results 1 – 2 of 2) sorted by relevance
46 pub const fn const_from_array(array: [T; N], len: usize) -> ArrayView<T, N> { in const_from_array() method
153 let data = ArrayView::const_from_array(array, bytes.len()); in from_bytes()