Map.values

struct Map(K, V, Allocator = shared const Mallocator, bool initSlotInIndex = true)
@property const nothrow
V[]
values
()

Return Value

Type: V[]

a GC allocated dynamic array, the elements of which are the values in the map.

Meta