Set.keys

struct Set(T, Allocator = shared const Mallocator)
@property const nothrow
T[]
keys
()

Return Value

Type: T[]

a GC allocated dynamic array, the elements of which are the keys in the set.

Meta