Used for indexing operations (`container[index]`) in immutable contexts.| doc.rust-lang.org
A fixed-size array, denoted `[T; N]`, for the element type, `T`, and the non-negative compile-time constant size, `N`.| doc.rust-lang.org
Conversion into an `Iterator`.| doc.rust-lang.org
Parse, don’t validate| lexi-lambda.github.io
A contiguous growable array type, written as `Vec`, short for ‘vector’.| doc.rust-lang.org