-
Enhancement
-
Resolution: Fixed
-
P4
-
20
-
None
Refactor the cast Binding operator from a record to an enum. This will make it easier for BindingSpecializer to switch over all available conversions.
It also allows fixing a bug which makes the int to boolean conversion not work correctly in interpreted mode.
Doing this also makes it easier to add other kinds of conversions in the future.
It also allows fixing a bug which makes the int to boolean conversion not work correctly in interpreted mode.
Doing this also makes it easier to add other kinds of conversions in the future.