| Class | Description |
|---|---|
| ListType |
Represents the type of a list, a sequential random-access container keyed
by integer.
|
| MapType |
Map type - generalized mapping type with key and value type arguments.
|
| RecordType |
Dict type - classic dictionary type with string keys.
|
| UnionType |
Type representing a set of possible alternative types.
|