OrderedSet.ConstRange

Undocumented in source.
struct OrderedSet(V, alias _less = "a < b")
alias ConstRange = .Range!(const(V), const(Node))

Meta