Collect an iterator into an array
Add the arrays
crate to your Cargo manifest.
sh
cargo add arrays
Now collect any iterator into an array.
rust
let arr: [_; 3] = arrays::collect(iter).unwrap();
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.