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