divisionAssignType
If I overload the div-assign operator, what is the return type (null if not overloaded) of the expression this /= other
If the div-assign operator is not overloaded, this method should return null. When returning null, ShakeAssignable.divisionAssignType will know that the div-assign operator is not overloaded and will use the default div-assign operator and resolve the type itself.
Return
The return type of the div-assign expression
Since
0.1.0
Parameters
other
The type to div
scope
The scope in which the div-assign is done