Map.byValue

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

Return Value

Type: Range!(IterMode.Value)

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

Meta