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
the DList that contains the elements to add to the list
See Implementation
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