HashSet.opSlice

Forward range interface

  1. auto range()
  2. alias opSlice = range
    struct HashSet(T, Allocator = Mallocator, alias hashFunction = generateHash!T, bool supportGC = shouldAddGCRange!T)
    alias opSlice = range

Meta