SubtractAssign
public protocol SubtractAssign[Other = Self]Raw protocol backing the -= operator.
Methods
mutating func subtractAssign(Other)
mutating func subtractAssign(Other)Mutates self to self - other.
Defined in lang/std/core/assign.ks
public protocol SubtractAssign[Other = Self]Raw protocol backing the -= operator.
mutating func subtractAssign(Other)Mutates self to self - other.
Defined in lang/std/core/assign.ks