List[T]
- typeList[T]
A growable array
- functionconcat(self: List[T], other: List[T]) List[T]
Concatenate this list with another, returning the result.
The arguments are not mutated by this function.
A growable array
Concatenate this list with another, returning the result.
The arguments are not mutated by this function.