operator + method

dynamic operator +(
  1. Arr<T> other
)

Implementation

operator +(Arr<T> other) => Arr._(list + other.list);