Set.byKey

struct Set(T, Allocator = shared const Mallocator)
nothrow
Range
byKey
()

Return Value

Type: Range

a forward range suitable for use as a ForeachAggregate which will iterate over the keys of the set.

Meta