Table of Contents

Class SpanExtensions

Namespace
Apache.Arrow
Assembly
Apache.Arrow.dll
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

span Span<byte>

Returns

Span<T>

Type Parameters

T