Array 1D<T> Properties
Properties
| Item | Gets or sets the element at the specified index. |
| Offset | Gets the offset of the first element in the array. |
| Span | Returns a span slice over the storage. |
| Stride | Gets the step between successive elements in the storage array. |
| Values | Gets the storage array. |