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