Luna::List::swap
void swap(List &rhs)
Swaps elements of this list with the specified list.
Parameters
-
in rhs
The list to swap elements with.
void swap(List &rhs)
Swaps elements of this list with the specified list.
in rhs
The list to swap elements with.