RBTree.Elem

Element type for the tree

struct RBTree(T, alias less = "a < b", bool allowDuplicates = true, ALLOC = ThreadMem, bool NOGC_ = false)
alias Elem = T

Meta