Expand description
Temporary storage type.
For dynamic-length rows and fixed-length rows with more than 16 items use
Vec<i32>. For fixed-length rows up to 16 items, use [i32; rows].
Temporary storage type.
For dynamic-length rows and fixed-length rows with more than 16 items use
Vec<i32>. For fixed-length rows up to 16 items, use [i32; rows].