HashSet.range

Forward range interface

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

Meta