std.array
- Inserts stuff in container at position pos.
- Erases elements from array with indices ranging from from
(inclusive) to to (exclusive).
- Replaces elements from array with indices ranging from from
(inclusive) to to (exclusive) with the range stuff. Expands
or shrinks the array as needed.