Function array_math::rfill

source ·
pub fn rfill<const N: usize, F>(fill: F) -> [<F as FnOnce(usize)>::Output; N]
where F: FnMut(usize),