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