Share via


NVector16b.AsSpan Method

Definition

Returns a read-only span over the 16 bytes of this vector.

public ReadOnlySpan<byte> AsSpan();
member this.AsSpan : unit -> ReadOnlySpan<byte>

Returns

A ReadOnlySpan<T> of Byte representing the vector's data.

Remarks

This method provides direct access to the underlying bytes of the vector without copying.

Applies to