addAll method

I addAll(
  1. Iterable<T> items
)

Implementation

I addAll(Iterable<T> items) => newInstance(_castIter.addAll(items));