SubtractAssign

public protocol SubtractAssign[Other = Self]

Raw protocol backing the -= operator.

Methods

mutating func subtractAssign(Other)

Mutates self to self - other.

Defined in lang/std/core/assign.ks