insertAll abstract method

$R insertAll(
  1. int index,
  2. Iterable<$E> v
)

Returns a new list with the items inserted at index

Implementation

$R insertAll(int index, Iterable<$E> v);