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