2 releases
Uses old Rust 2015
0.1.1 | Apr 14, 2018 |
---|---|
0.1.0 | Apr 29, 2016 |
#30 in #everything
148 downloads per month
Used in 6 crates
(3 directly)
3KB
arraymap
Adds a trait to map functions over arrays.
Usage:
use arraymap::ArrayMap;
let x = [1, 2, 3].map(|v| v + 1);
assert_eq!([2, 3, 4], x);
License:
Everything in this repository is subject to the MIT License