Module iter

Module iter 

Source
Expand description

Support for constructing arrays using a provided iterator function and other iterator-related functionality.

Structs§

TryFromIteratorError
Couldn’t construct an array from an iterator because the number of items in the iterator didn’t match the array size.