operator
% {
associativity
left
precedence
}
Declarations
Divides lhs
and rhs
, returning the remainder and trapping in case of
arithmetic overflow (except in -Ounchecked builds).
Declaration
func
%
<
T
:
_IntegerArithmetic
>
(
lhs
:
T
,
rhs
:
T
) -
>
T
Declaration
func
%(
lhs
:
Int
,
rhs
:
Int
) -
>
Int