值关联数组

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.

  • 通用数据机构,以键 值对的形式存储数据.
  • 非常迅速的查找给定键的值.
  • 可扩展为任意大小数量的元素.
  • 值关联可按需添加或删除.
  • 键或值可使用任何表达式.
  • 用简易的元素创建层次数据结构.
  • 可作为函数对象或离散函数使用.
de en es ja pt-br