The modulo (%) operator. If x is an object with a mod method, it returns x.mod(y). Otherwise it returns the result of x % y.
x
mod
x.mod(y)
x % y
Generated using TypeDoc
The modulo (%) operator. If
x
is an object with amod
method, it returnsx.mod(y)
. Otherwise it returns the result ofx % y
.Returns
x % y