Expand description
Defines mutable and immutable traits for arrays.
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.