IStorageSlice<T, TSelf> Methods

Methods

AsSpan Converts an array slice to a span.
(Inherited from IStorageSlice<T>)
CloneData Returns an array slice over a copy of the values in the current slice.
Create(T[]) 
Create(Int32, Boolean) 
From(Int32) Returns a storage slice starting at the specified index.
From(Int32, Int32) Returns an array slice starting at the specified index.
GetIndex 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>)

See Also