tail property

QueueItem<T>? tail
getter/setter pair

The element that has been added most recently

Implementation

QueueItem<T>? tail;