modulusAssignType

open override fun modulusAssignType(other: ShakeType, scope: ShakeScope): ShakeType?(source)

Performs modulus assignment on this entity's type.

Return

The resulting type after the modulus assignment.

Parameters

other

The type to be taken modulus with.

scope

The scope in which the modulus assignment is happening.