IStorage Slice<T, TSelf> Methods
Methods
| AsSpan |
Converts an array slice to a span.
(Inherited from IStorageSlice<T>) |
| Clone | Returns an array slice over a copy of the values in the current slice. |
| Create(T[]) | Constructs a new storage slice from an array. |
| Create( | Constructs a new storage slice and optionally initializes the elements. |
| From( | Returns a storage slice starting at the specified index. |
| From( | Returns an array slice starting at the specified index. |
| Get |
Gets the index in the storage array of the element at the specified position.
(Inherited from IStorageSlice<T>) |
| ToArray |
Returns the elements of the array slice in an array.
(Inherited from IStorageSlice<T>) |