Module molecule::prelude

source ·

Modules§

  • A contiguous growable array type with heap-allocated contents, written Vec<T>.

Macros§

  • Creates a Vec containing the arguments.

Structs§

  • A contiguous growable array type, written as Vec<T>, short for ‘vector’.

Traits§