Exemple #1
0
 public static void WriteSpan(this Span <byte> destination, ReadOnlySpan <byte> value, ref int cursor) => SpanWriting.WriteSpan(destination, value, ref cursor);