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