Exemplo n.º 1
0
 public static void WriteInt32BigEndian(this Span <byte> destination, int value, ref int cursor) => SpanWriting.WriteInt32BigEndian(destination, value, ref cursor);