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