Array 1D<T> Type Conversions
Operators
| Implicit(T[] to Array1D<T>) | Implicitly converts a .NET array to an array with zero offset. |
| Implicit(Array1D<T> to ArraySlice<T>) | Converts an array to an array slice with unit stride. |