Module structures::array

source ·
Expand description

§Array

Contains an ‘ArrayCollection’ trait for implementing an ‘array’, as well as a default implementation of an ‘array’ called ‘Array’. An ‘array’ is a fixed sized list of elements.

Modules§

Structs§

  • A ‘collection’ of elements that cannot be resized, but the elements can be altered.

Traits§