Expand description
Holds traits defining what being an array means.
Traitsยง
- Immutable
Array - Represents a simply contiguous block of memory.
- Mutable
Array - Represents a simply contiguous block of memory that is not only mutable internally but can also grow/shrink in size.