Luna::List::push_front
void push_front(value_type &&value)
Inserts one element at the front of the list.
Parameters
-
in value
The element to insert. The element will be move-inserted to the list.
void push_front(value_type &&value)
Inserts one element at the front of the list.
in value
The element to insert. The element will be move-inserted to the list.