DivideAssign

public protocol DivideAssign[Other = Self]

Raw protocol backing the /= operator.

Methods

mutating func divideAssign(Other)

Mutates self to self / other.

Defined in lang/std/core/assign.ks