OpenHashSet.range

  1. auto range()
    struct OpenHashSet(T, Allocator = Mallocator, alias hashFunction = generateHash!T, bool supportGC = shouldAddGCRange!T)
    nothrow pure @nogc @safe
    range
    (
    this This
    )
    ()
  2. alias opSlice = range

Return Value

Type: auto

A range over the set.

Meta