static func -= (inout Self, Self)
Subtracts the second value from the first and stores the difference in the left-hand-side variable.
2番目の値を最初のものから減じて、その差を左手側の変数の中に格納します。
Availability
Technology
static func -= (lhs: inout Self, rhs: Self)
lhs
A numeric value. ある数値。
rhs
The value to subtract from lhs
.
lhs
から減じる値。
static func -= (inout Self, Self)