subtractionAssignType

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

Performs subtraction assignment on this entity's type.

Return

The resulting type after the subtraction assignment.

Parameters

other

The type to be subtracted.

scope

The scope in which the subtraction assignment is happening.