The `Box` type for heap allocation.| doc.rust-lang.org
A clone-on-write smart pointer.| doc.rust-lang.org
A pointer type that uniquely owns a heap allocation of type `T`.| doc.rust-lang.org
A contiguous growable array type, written as `Vec`, short for ‘vector’.| doc.rust-lang.org
[expr]| doc.rust-lang.org
[undefined]| doc.rust-lang.org
Used for immutable dereferencing operations, like `*v`.| doc.rust-lang.org