operator + method

view source

List<E> operator + (List<E> other) inherited

Implementation

List<E> operator +(List<E> other) => [...this, ...other];