Type | Represented by | Description | Comprehension |
---|---|---|---|
Dictionary/HashMap (Mutable key-value) | {} | y | |
Ordered Dictionary | {} | Subclass of dictionary, remembers the order in which keys are inserted | y |
NamedTuple (Immutable) | () | Access via dot notation, More memory-efficient, Fixed fields | n |