Append values to an iterable sequence.
The type of the elements in the source sequence.
Rest
The values to append to the end of the iterable sequence.
An operator which appends values to the end of the sequence.
Generated using TypeDoc
Append values to an iterable sequence.