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