AArray.remove

Removes a key value pair from the array.

struct AArray
bool
remove
(
Key key
)

Return Value

Type: bool

true if the item was removed, false if it didn't exist.

Meta