Luna::List::pop_front
void pop_front()
Removes the first element of the list.
Valid Usage
empty()
must befalse
when calling this function.
void pop_front()
Removes the first element of the list.
empty()
must be false
when calling this function.