Used for immutable dereferencing operations, like `*v`.| doc.rust-lang.org
Learning Rust With Entirely Too Many Linked Lists| rust-unofficial.github.io
A mutable memory location with dynamically checked borrow rules| doc.rust-lang.org
Types whose values can be duplicated simply by copying bits.| doc.rust-lang.org
A contiguous growable array type, written as `Vec`, short for ‘vector’.| doc.rust-lang.org