Crates.io | rust_array_set_range |
lib.rs | rust_array_set_range |
version | 0.3.0 |
source | src |
created_at | 2022-06-11 11:25:10.604408 |
updated_at | 2022-06-17 08:07:51.258241 |
description | Crate that allows to set range of values in Rust's fixed size arrays |
homepage | |
repository | https://github.com/vbakc/rust_array_set_range |
max_upload_size | |
id | 604061 |
size | 4,513 |
Very simple crate that allows to do this
let mut arr = [0; 964];
let arr1 = [1; 15]
arr.set_range(0, arr);