Example #1
0
 public static bool TryWriteInt32BigEndian(this Span <byte> destination, int value, ref int cursor) => SpanWriting.TryWriteInt32BigEndian(destination, value, ref cursor);