AArray.get

Get pointer to value in associative array indexed by key. Add entry for key if it is not already there.

struct AArray(TKey, Value)
nothrow
Value*
get

Return Value

Type: Value*

pointer to Value

Meta