operator + method

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

Implementation

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