This library provides utilities for working with immutable and mutable arrays. They are indexed by their size, which allows us to safely access the values they hold if we can proof that an index is ...
Adds one or more elements to the end of an array by returning a new array instead of mutating the original one. Returns: Array - A new array with the new entries added to the end. Param Type ...