operator
<
<
{
associativity
precedence
}
Declarations
Declaration
func
<
<
<
T
where
T
:
FixedWidthInteger
>
(
lhs
:
T
,
rhs
:
Int
) -
>
T
Declaration
func
<
<
<
T
,
U
where
T
:
FixedWidthInteger
,
U
:
BinaryInteger
>
(
lhs
:
T
,
rhs
:
U
) -
>
T
Declaration
func
<
<
(
lhs
:
Int
,
rhs
:
Int
) -
>
Int