The OpenD Programming Language

OpenHashSet.opSlice

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

Return Value

Type: auto

A range over the set.

Meta