Beispiel #1
0
 private static ReadOnlySpan <byte> CreateSpan(Utf8String text, int start, int length) =>
 text.GetSpan().Slice(start, length);
Beispiel #2
0
 private static ReadOnlySpan <byte> CreateSpan(Utf8String text) => text.GetSpan();