Collection.addAll

add all items from other collection

struct Collection(T, bool ownItems = false)
void
addAll
(
ref Collection!(T, ownItems) v
)

Meta