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