collect_array_ext_trait
This is a simple library for collecting an instance of It
: std::iter::Iterator<Item=T>
into an array [T; N]
where N
is the presumed length of the iterator.
Example
use CollectArray;
This is a simple library for collecting an instance of It
: std::iter::Iterator<Item=T>
into an array [T; N]
where N
is the presumed length of the iterator.
use CollectArray;