memutils v1.0.9 (2023-03-02T20:19:28Z)
Dub
Repo
RBRange.popFront
memutils
rbtree
RBRange
pop the front element from the range
complexity: amortized
O
(1)
struct
RBRange
(Elem, ALLOC, bool NOGC_ = false)
void
popFront
(
)
Meta
Source
See Implementation
memutils
rbtree
RBRange
aliases
Node
functions
popBack
popFront
properties
back
empty
front
save
pop the front element from the range
complexity: amortized O(1)