Helper opUnary to allow for -10.priority, instead of having to do the (more correct) (-10).priority.
Operator.
A new Priority with a value equal to the negative of this one's.
mixin PostprocessorRegistration!(-10.priority);
See Implementation
Helper opUnary to allow for -10.priority, instead of having to do the (more correct) (-10).priority.