memutils ~master (2021-01-03T18:41:41Z)
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)