Skip to content

JSTypedArray<T>.Span property

Gets the typed-array values as a span, without copying.

C#
public Span<T> Span { get; }

See Also

Released under the MIT license