addAll

open fun addAll(col: Collection<out N>): Boolean(source)
open fun addAll(index: Int, col: Collection<out N>): Boolean(source)