Function odd

pub(crate) const fn odd<const N: usize>() -> [u32; N]

The first N odd indices [1, 3, 5, ...].