Expand description
A multi-dimensional array data type.
Modules§
- proto_
invalid_ array_ error - Nested message and enum types in
ProtoInvalidArrayError
.
Structs§
- Array
- A variable-length multi-dimensional array.
- Array
Dimension - The specification of one dimension of an
Array
. - Array
Dimensions - The dimensions of an
Array
. - Array
Dimensions Iter - An iterator over the dimensions in an
ArrayDimensions
. - Packed
Array Dimension - An encoded packed variant of
ArrayDimension
. - Proto
Invalid Array Error
Enums§
- Invalid
Array Error - An error that can occur when constructing an array.
Constants§
- MAX_
ARRAY_ DIMENSIONS - The maximum number of dimensions permitted in an array.