pub const fn rfrom_fn_boxed<T, const N: usize, F>(fill: F) -> Box<[T; N]>where F: FnMut(usize) -> T, [T; N]: ArrayFromFn<T, N>,