Algorithm.append
Adds all entries of an enumerable to a container.
Arguments
The
enumerable
to add entries from, can be a Container, a Range, or a builtin-list.The
container
to add entries to (see Container).
Return values
None
Complexity
Depends on the container and the enumerable.
Example
Output:
1,2,3,4,5,6,