OpenHashSet.opSlice

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

Return Value

A range over the set.

Meta