[][src]Function array_tools::indexed_init_with

pub fn indexed_init_with<T, A, F>(initializer_fn: F) -> A where
    A: FixedSizeArray<T>,
    F: FnMut(usize) -> T, 
Deprecated since 0.2.10:

Function indexed_init_with was renamed into init_by_index_with. This alias will exist for some time to preserve backward compatibility.

Alias for init_by_index_with.