RBTree.front

The front element in the container

Complexity: O(1)

struct RBTree(T, alias less = "a < b", bool allowDuplicates = true, ALLOC = ThreadMem, bool NOGC_ = false)
ref
front
()
if (
is(typeof(binaryFun!less(T.init, T.init)))
)

Meta