AArray.add

Adds a pair to the array, assuming it doesn't exist already.

struct AArray
void
add
(
Key key
,
Value value
)

Meta