Function even
pub(crate) const fn even<const N: usize>() -> [u32; N]
The first N even indices [0, 2, 4, ...].
evenpub(crate) const fn even<const N: usize>() -> [u32; N]
The first N even indices [0, 2, 4, ...].