Get a value from an AA, and throw an exception (not an error) if not found
If key is not in aa, add it with defaultValue. Returns a reference to the value corresponding to key.
Merge source into target. Return target.
Get key/value pairs from AA
Get key/value pairs from AA, sorted by keys
Get values from AA, sorted by keys
Helper/wrapper for void[0]T
An associative array which retains the order in which elements were added.
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
Associative Array utility functions