IStorage 2D<T> Methods
Methods
| Clear | Sets the specified number of elements to their default value. |
| Get | Gets the index in the storage array of the element at the specified position. |
| Span |
Gets a span over the elements of the array.
Return ValueA Span<T>. |