OrderedSet.range

  1. Range range()
  2. ConstRange range()
    struct OrderedSet(V, alias _less = "a < b")
    const
    range
    ()
  3. ImmutableRange range()
  4. Range range(const(T) left, const(T) right)

Return Value

range that covers the whole set

Meta