LinkedListQueue.isRootedValues

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