operator
prefix
- {
associativity
precedence
}
Declarations
prefix func - <T where T : FloatingPoint>(_: T)
Declaration
prefix
func
-
<
T
where
T
:
FloatingPoint
>
(
x
:
T
) -
>
T
prefix func - <T where T : SignedArithmetic>(_: T)
Declaration
prefix
func
-
<
T
where
T
:
SignedArithmetic
>
(
x
:
T
) -
>
T
prefix func - <T where T : SignedNumber>(_: T)
Declaration
prefix
func
-
<
T
where
T
:
SignedNumber
>
(
x
:
T
) -
>
T
Declaration
prefix
func
-(
x
:
Double
) -
>
Double