num operator -(
num other
)

Subtraction operator.

Source

/** Subtraction operator. */
num operator -(num other);