In Operators§

See primary documentation in context for infix mod

multi infix:<mod>(Int:D $aInt:D $b --> Int:D)

Integer modulo operator. Returns the remainder of an integer modulo operation.

Note there is also % for Numeric modulo.