association list
短语[计] 联合表
词形变化
association lists
复数
association lists
释义与例句
n.
-
1.
A data structure that associates keys with data; implemented 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.
计算机 工程 数学