Luna::List::List
List(List &&rhs)
Constructs a list by moving elements from another list.
Parameters
-
in rhs
The list to move elements from.
List(List &&rhs)
Constructs a list by moving elements from another list.
in rhs
The list to move elements from.