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. |
Implicit(Array1D<T> to ReadOnlySpan<T>) | Implicitly converts a 1D array to a read-only span. |
Implicit(Array1D<T> to Span<T>) | Implicitly converts a 1D array to a (writable) span. |