List.addAll

Adds the elements contained in the DList passed to the function at the end of the list

This function could cause a memory reallocation if the capacity of the list is not sufficient to contain the items

Parameters

otherList
Type: List!T

the DList that contains the elements to add to the list

Meta