Map.byKey

struct Map(K, V, Allocator = shared const Mallocator, bool initSlotInIndex = true)
nothrow
Range!(IterMode.Key)
byKey
()

Return Value

Type: Range!(IterMode.Key)

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

Meta