pub open spec fn spec_array_as_slice<T, const N: usize>(ar: &[T; N]) -> &[T]
Expand description
{}