ocean ~v6.x.x (2022-01-14T16:08:36.1174149)
Dub
Repo
LinkedListQueue.isRootedValues
ocean
util
container
queue
LinkedListQueue
LinkedListQueue
class
LinkedListQueue
(T, alias gc_tracking_policy = GCTrackingPolicy.refTypesOnly)
static
bool
isRootedValues
(
)
Return Value
Type:
bool
true if the elements of this class are tracked by the GC, false otherwise.
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