Module array

Source
Expand description

Const equivalents of array functions.

Macros§

from_fn
Superceeded by from_fn_, const version of array::from_fn.
from_fn_rust_1_83
Const equivalent of array::from_fn.
map
Superceeded by map_, const version of array::map.
map_rust_1_83
Const equivalent of array::map

Structs§

ArrayBuilderrust_1_83
For constructing an array element by element.
ArrayConsumerrust_1_83
Const analog of core::array::IntoIter