Structs§
- An array of variable length lists, similar to JSON arrays (e.g.
["A", "B", "C"]
).
Traits§
- A type that can be used within a variable-size array to encode offset information
Type Aliases§
- A
GenericListArray
of variable size lists, storing offsets asi64
. - A
GenericListArray
of variable size lists, storing offsets asi32
.