queue 
Vars | |
| count | Number of elements in queue |
|---|---|
| head | Link to the beginning of the list |
| tail | Link to end of list |
Var Details
count 
Number of elements in queue
head 
Link to the beginning of the list
tail 
Link to end of list
Vars | |
| count | Number of elements in queue |
|---|---|
| head | Link to the beginning of the list |
| tail | Link to end of list |
Number of elements in queue
Link to the beginning of the list
Link to end of list