Function UnsafeSpan.Slice

Slice (int start)

Creates a new span which is a slice of this span.

Public
Slice (int start, int length)

Creates a new span which is a slice of this span.

Public