infix
operator
<
= {
associativity
none
precedence
130
}
Declarations
Declaration
func
<
=
<
T
:
Comparable
>
(
lhs
:
T
,
rhs
:
T
) -
>
Bool
Declaration
func
<
=
<
T
:
Comparable
>
(
lhs
:
T
?,
rhs
:
T
?) -
>
Bool
Auto-generated documentation for Swift. Command-click no more.
infix
operator
<
= {
associativity
none
precedence
130
}
func
<
=
<
T
:
Comparable
>
(
lhs
:
T
,
rhs
:
T
) -
>
Bool
func
<
=
<
T
:
Comparable
>
(
lhs
:
T
?,
rhs
:
T
?) -
>
Bool
Declaration
func
<
=(
lhs
:
Double
,
rhs
:
Double
) -
>
Bool