Dictionary¶
Type Code: 99. Internal Name: Dict
Dictionaries are objects that hold information about keys and their corresponding values.
Structure¶
Keys are represented as either a Vector or a List of any scalar type.
Values are either a Vector or a List of any type.
Dictionary and Table types are similar, but the main difference is in keys: a Table holds keys as a Vector of Symbols, while a Dictionary can hold keys as any Scalar value.