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