phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
RedBlackTree.opSlice
std
container
rbtree
RedBlackTree
Fetch a range that spans all the elements in the container.
Complexity:
O
(1)
Range
opSlice
()
ConstRange
opSlice
()
class
RedBlackTree
(T, alias less = "a < b", bool allowDuplicates = false)
const
ConstRange
opSlice
(
)
if
(
is
(
typeof
(
binaryFun
!
less
(
T.init
,
T.init
)))
)
ImmutableRange
opSlice
()
Meta
Source
See Implementation
std
container
rbtree
RedBlackTree
aliases
Elem
Range
insert
constructors
this
functions
back
clear
equalRange
front
lowerBound
opBinaryRight
opEquals
opSlice
remove
removeAny
removeBack
removeFront
removeKey
stableInsert
toHash
toString
upperBound
properties
dup
empty
length
Fetch a range that spans all the elements in the container.
Complexity: O(1)