OpenHashSet.opSlice

struct OpenHashSet(T, alias hashFunction = generateHash!T, bool supportGC = shouldAddGCRange!T)
alias opSlice = range

Return Value

A range over the set.

Meta