#Write version of `Vec::get_unchecked`
2 messages · Page 1 of 1 (latest)
A dynamically-sized view into a contiguous sequence, [T]. Contiguous here means that elements are laid out so that every element is the same distance from its neighbors.
2 messages · Page 1 of 1 (latest)
How can I write a value to a Vec (really, a slice) without boundschecking? I realize this is unsafe.
A dynamically-sized view into a contiguous sequence, [T]. Contiguous here means that elements are laid out so that every element is the same distance from its neighbors.