Module traits

Module traits 

Source
Expand description

Holds traits defining what being an array means.

Traitsยง

ImmutableArray
Represents a simply contiguous block of memory.
MutableArray
Represents a simply contiguous block of memory that is not only mutable internally but can also grow/shrink in size.