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