operator - method

Priority operator - (int offset)

Returns a priority relative to this priority.

A positive offset indicates a lower priority.

The parameter offset is clamped to ±kMaxOffset.

Implementation

Priority operator -(int offset) => this + (-offset);