Size in the number of elements this array contains.
| 84 | |
| 85 | /// Size in the number of elements this array contains. |
| 86 | int64_t length() const { return data_->length; } |
| 87 | |
| 88 | /// A relative position into another array's data, to enable zero-copy |
| 89 | /// slicing. This value defaults to zero |