Crates.io | vla |
lib.rs | vla |
version | 0.1.1 |
source | src |
created_at | 2023-07-26 12:47:26.398211 |
updated_at | 2023-07-26 21:08:06.702991 |
description | Rust VLA implementation |
homepage | |
repository | https://github.com/Jujumba/vla |
max_upload_size | |
id | 926428 |
size | 4,157 |
use vla::Vla;
let vla = Vla::new(10);
vla[0] = 0;
assert_eq!(vla[0], vla[1]);