OrderedSet.Range

Range types for iterating over elements of the set. Implements std.range.isBidirectionalRange

struct OrderedSet(V, alias _less = "a < b")
alias Range = .Range!(V, Node)

Meta