Пример #1
0
 public static void WriteInt64BigEndian(this Span <byte> destination, long value, ref int cursor) => SpanWriting.WriteInt64BigEndian(destination, value, ref cursor);