Memory Slice<T> Operators and Type Conversions
Operators
| Equality( | Checks whether two array slices are equal. |
| Implicit(Memory<T> to MemorySlice<T>) | Implicitly converts a memory block to a memory slice with unit stride. |
| Implicit(T[] to MemorySlice<T>) | Implicitly converts a .NET array to a memory slice with unit stride. |
| Inequality( | Checks whether two array slices are not equal. |