Map.byKeyValue

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

Return Value

Type: Range!(IterMode.Both)

a forward range suitable for use as a ForeachAggregate which will iterate over the key-value pairs of the map.

Meta