LinkedListQueue.top

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

Return Value

Type: T*

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

Meta