ASSOCIATIONLIST
association list
Noun
- A data structure that associates keys with data; implimented as a list whose members are paired storage locations (cons cells), one element of which (the car) contains the key and the other element of which (the cdr) contains the keyed data.
The above text is a snippet from Wiktionary: association list
and as such is available under the Creative Commons Attribution/Share-Alike License.