head property

QueueItem<T>? head
getter/setter pair

The element that has been added the longest time ago

Implementation

QueueItem<T>? head;