CastArrayTFrom, TTo Conversion (CastArrayTFrom, TTo to SpanTTo)
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public static implicit operator Span<TTo> (
CastArray<TFrom, TTo> castArray
)
Public Shared Widening Operator CType (
castArray As CastArray(Of TFrom, TTo)
) As Span(Of TTo)
static implicit operator Span<TTo> (
CastArray<TFrom, TTo> castArray
)
F# does not support the declaration of new casting operators.
- castArray CastArrayTFrom, TTo
- The CastArrayTFrom, TTo to be converted to a SpanT.
SpanTTo
A
SpanT of element type
TTo that represents the specified
CastArrayTFrom, TTo.