Documentation
Tagion
RedBlackTree.empty
tagion
std
container
rbtree
RedBlackTree
Check if any elements exist in the container. Returns
false
if at least one element exists.
class
RedBlackTree
(T, alias less = "a < b", bool allowDuplicates = false)
@
property
const
bool
empty
(
)
if
(
is
(
typeof
(
binaryFun
!
less
(
T.init
,
T.init
)))
)
tagion
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
Check if any elements exist in the container. Returns false if at least one element exists.