addAll method

void addAll(
  1. Iterable<E> iterable
)

Implementation

external void addAll(Iterable<E> iterable);