Module toad_common::array

source ·
Expand description

Array

Traits

  • Collections that support extending themselves mutably from copyable slices
  • An ordered indexable collection of some type Item
  • Fill this collection to the end with copies of t, copying array initialization [0u8; 1000] to the Array trait.
  • Get the runtime size of some data structure
  • Create a data structure and reserve some amount of space for it to grow into
  • Truncate this collection to a new length.