pub(crate) const fn odd<const N: usize>() -> [u32; N]
The first N odd indices [1, 3, 5, ...].
[1, 3, 5, ...]