rust_array_set_range

Crates.iorust_array_set_range
lib.rsrust_array_set_range
version0.3.0
sourcesrc
created_at2022-06-11 11:25:10.604408
updated_at2022-06-17 08:07:51.258241
descriptionCrate that allows to set range of values in Rust's fixed size arrays
homepage
repositoryhttps://github.com/vbakc/rust_array_set_range
max_upload_size
id604061
size4,513
(vbakc)

documentation

README

rust_array_set_range

Very simple crate that allows to do this

let mut arr = [0; 964];
let arr1 = [1; 15]
arr.set_range(0, arr);
Commit count: 0

cargo fmt