AArray.values

Produce array of values from aa.

struct AArray(TKey, Value)
nothrow @trusted
Value[]
values
()

Return Value

Type: Value[]

malloc'd array of values

Meta