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 @trusted
Value*
get
(
Key* pkey
)

Return Value

Type: Value*

pointer to Value

Meta