Class SpanExtensions
public static class SpanExtensions
- Inheritance
-
SpanExtensions
- Inherited Members
Methods
CastTo<T>(ReadOnlySpan<byte>)
public static ReadOnlySpan<T> CastTo<T>(this ReadOnlySpan<byte> span) where T : struct
Parameters
span
ReadOnlySpan<byte>
Returns
- ReadOnlySpan<T>
Type Parameters
T
CastTo<T>(Span<byte>)
public static Span<T> CastTo<T>(this Span<byte> span) where T : struct
Parameters
Returns
- Span<T>
Type Parameters
T