tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
RedBlackTree.opSlice
tagion
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
tagion
std
container
rbtree
RedBlackTree
aliases
ConstRange
Elem
ImmutableRange
Range
_less
insert
constructors
this
functions
arrayEqual
back
check
clear
equalRange
front
lowerBound
opBinaryRight
opEquals
opSlice
printTree
remove
removeAny
removeBack
removeFront
removeKey
stableInsert
toHash
toString
upperBound
manifest constants
doUnittest
properties
dup
empty
length
Fetch a range that spans all the elements in the container.
Complexity: O(1)