Space Station 13 - Modules - TypesVar Details

queue

Vars

countNumber of elements in queue
headLink to the beginning of the list
tailLink 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