OpenHashSet.range

struct OpenHashSet(T, alias hashFunction = generateHash!T, bool supportGC = shouldAddGCRange!T)
nothrow pure @nogc @safe
range
(
this This
)
()

Return Value

Type: auto

A range over the set.

Meta