Skip to content

JSTypedArray<T>.Memory property

Gets the typed-array values as memory, without copying.

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

See Also

Released under the MIT license