arrays
Construct an array from an iterator and other helpers.
Getting started
Add the arrays
crate to your Cargo manifest.
Now get the next N items from an iterator.
let arr: = from_iter.unwrap;
License
This project is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See LICENSE-APACHE and LICENSE-MIT for details.