ocean ~v6.x.x (2022-01-14T16:08:36.1174149)
Dub
Repo
LinkedListQueue.discardTop
ocean
util
container
queue
LinkedListQueue
LinkedListQueue
Discards the item at the top of the queue.
class
LinkedListQueue
(T, alias gc_tracking_policy = GCTrackingPolicy.refTypesOnly)
override
void
discardTop
(
)
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
Discards the item at the top of the queue.