LinkedListQueue.bottom

class LinkedListQueue(T, alias gc_tracking_policy = GCTrackingPolicy.refTypesOnly)
T*
bottom
()

Return Value

Type: T*

A pointer to the item at the bottom of the queue, null if the queue is empty

Meta