NativeArray<T0>.AsSpan

Declaration

public Span<T> AsSpan();

Returns

Span<T> A read-write System.Span<T>.

Description

Exposes NativeArray<T0> data as a System.Span<T>.


Did you find this page useful? Please give it a rating: