Module 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§

list
List

Structs§

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

Traits§

ArrayCollection