System
Namespace with 3 public types
Structures
ReadOnlySpan`1
ReadOnlySpan represents a contiguous region of arbitrary memory. Unlike arrays, it can point to either managed
or native memory, or to memory allocated on the stack. It is type- and memory-safe.
Span`1
Span represents a contiguous region of arbitrary memory. Unlike arrays, it can point to either managed
or native memory, or to memory allocated on the stack. It is type- and memory-safe.
Static Classes
SpanExtensions
Extension methods for Span<T>.