Method ADT.CircularList()->pop_front()
- Method
pop_front
ValueType
pop_front()- Description
Remove the value at the front of the list and return it.
- Returns
The value at the front of the list.
ValueType
pop_front()
Remove the value at the front of the list and return it.
The value at the front of the list.