operator + method

I operator +(
  1. Iterable<T> other
)

Implementation

I operator +(Iterable<T> other) => newInstance(iter + other);