Returns an array slice that starts at the second element of the array slice.
Namespace:
Extreme.Collections
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public ArraySlice<T> Increment()
Public Function Increment As ArraySlice(Of T)
public:
ArraySlice<T> Increment()
member Increment : unit -> ArraySlice<'T>
Return Value
Type:
ArraySliceTAn array slice that starts at the second element of the array slice.
Reference