Array Slice<T> Operators and Type Conversions
Operators
Addition( | Returns an array slice starting at the specified index. |
Decrement( | Returns an array slice starting just before the first element in the slice. |
Equality( | Checks whether two array slices are equal. |
Implicit(T[] to ArraySlice<T>) | Implicitly converts a .NET array to an array slice. |
Increment( | Returns an array slice starting from the second element in the slice. |
Inequality( | Checks whether two array slices are not equal. |