Appends an element.
Note that a mutable copy of the appended element is made internally, but to access it from the outside, the constness of T applies.
element to append
a slice of this array, now with the specified element appended
See Implementation
Appends an element.
Note that a mutable copy of the appended element is made internally, but to access it from the outside, the constness of T applies.