RedBlackTree.empty

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
bool
empty
()
if (
is(typeof(binaryFun!less(T.init, T.init)))
)

Meta

Suggestion Box / Bug Report