Operator 演算子

-=(_:_:)

Subtracts the second value from the first and stores the difference in the left-hand-side variable. 2番目の値を最初のものから減じて、その差を左手側の変数の中に格納します。

Declaration 宣言

static func -= (lhs: inout Self, rhs: Self)

Parameters パラメータ

lhs

A numeric value. ある数値。

rhs

The value to subtract from lhs. lhsから減じる値。

Default Implementations 省略時実装

AdditiveArithmetic Implementations 加法算術の実装