modulusAssignType

If I overload the mod-assign operator, what is the return type (null if not overloaded) of the expression this %= other If the mod-assign operator is not overloaded, this method should return null. When returning null, ShakeAssignable.modulusAssignType will know that the mod-assign operator is not overloaded and will use the default mod-assign operator and resolve the type itself.

Return

The return type of the mod-assign expression

Since

0.1.0

Parameters

other

The type to mod

scope

The scope in which the mod-assign is done