ocean ~v6.x.x (2022-01-14T16:08:36.1174149)
Dub
Repo
LinkedListQueue.top
ocean
util
container
queue
LinkedListQueue
LinkedListQueue
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
Source
See Implementation
ocean
util
container
queue
LinkedListQueue
LinkedListQueue
functions
bottom
clear
contains
deleteItem
discardTop
empty
length
newItem
opApply
push
remove
top
static functions
isRootedValues
static variables
root_values
structs
QueueItem
variables
count
head
heap
tail