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