AArray.getadd

Finds a node by key or adds a new one if inexistent. Useful when the AA is on the lhs, e.g.: aa["b"] = 1;

struct AArray
getadd
(
Key key
)

Meta