In Operators§
See primary documentation in context for infix mod
multi infix:<mod>(Int:D $a, Int:D $b --> Int:D)
Integer modulo operator. Returns the remainder of an integer modulo operation.
See primary documentation in context for infix mod
multi infix:<mod>(Int:D $a, Int:D $b --> Int:D)
Integer modulo operator. Returns the remainder of an integer modulo operation.