ModuloAssign

public protocol ModuloAssign[Other = Self]

Raw protocol backing the %= operator.

Methods

mutating func modAssign(Other)

Mutates self to self % other.

Defined in lang/std/core/assign.ks