IStorageSlice<T, TSelf> Properties

Properties

Item Gets or sets the element at the specified position.
(Inherited from IStorageSlice<T>)
MemorySlice Returns a memory slice over the storage.
(Inherited from IStorageSlice<T>)
SpanSlice Returns a span slice over the storage.
(Inherited from IStorageSlice<T>)
Stride Gets the step between successive elements in the storage array.
(Inherited from IStorageSlice<T>)

See Also