RedBlackTree.front

The front element in the container

Complexity: O(1)

class RedBlackTree(T, alias less = "a < b", bool allowDuplicates = false)
front
()
if (
is(typeof(binaryFun!less(T.init, T.init)))
)

Meta

Suggestion Box / Bug Report