Appends an array of elements.
Note that mutable copies of appended elements are made internally, but to access them from the outside, the constness of T applies.
elements to append
a slice of this array, now with the specified elements appended
See Implementation
Appends an array of elements.
Note that mutable copies of appended elements are made internally, but to access them from the outside, the constness of T applies.