Map.keys

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

Return Value

Type: K[]

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

Meta