ImmutableHashSet.opSlice

struct ImmutableHashSet(T, alias hashFunction)
immutable @safe
immutable(T)[]
opSlice
()

Return Value

Type: immutable(T)[]

A GC-allocated array containing the contents of this set.

Meta