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