Key-Value Associative Arrays
Version 10 introduces fundamental new constructs called associations. They associate keys with values, allowing highly efficient lookup and updating, even with millions of elements. Associations provide generalizations of symbolically indexed lists, associative arrays, dictionaries, hashmaps, structs, and a variety of other powerful data structures.
|
|
Extract Data as Associative Arrays » |
Use Any Expression as a Key or Value » |
Make Hierarchical Associative Arrays » |
Extract Mappings as Associative Arrays » |