ReadOnlySpanSlice<T>.Span Field

Gets the (contiguous) span containing the elements.

Definition

Namespace: Numerics.NET.Collections
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public ReadOnlySpan<T> Span

Field Value

ReadOnlySpan<T>

See Also