infix
operator
/ {
associativity
left
precedence
150
}
Declarations
Divide lhs
and rhs
, returning a result and trapping in case of
arithmetic overflow (except in -Ounchecked builds).
Declaration
func
/
<
T
:
_IntegerArithmeticType
>
(
lhs
:
T
,
rhs
:
T
) -
>
T
Declaration
func
/(
lhs
:
Double
,
rhs
:
Double
) -
>
Double