The subtraction (-) operator. If x is an object with a sub method, it returns x.sub(y). Otherwise it returns the result of x - y.
x
sub
x.sub(y)
x - y
Generated using TypeDoc
The subtraction (-) operator. If
x
is an object with asub
method, it returnsx.sub(y)
. Otherwise it returns the result ofx - y
.Returns
x - y