LinkedListQueue.push

Pushes an item to the queue. The caller should set the returned item as desired

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

Return Value

Type: T*

Pointer to the newly pushed item

Meta