pub const fn array_len<T, const N: usize>(_arr: &[T; N]) -> usize
Array and slice utilities Get the length of a static array at compile time