-
Notifications
You must be signed in to change notification settings - Fork 187
Open
Labels
Milestone
Description
The current way to do this is rather tedious and inefficient:

Instead it would be nice to define replacements with a chance.
At runtime this could be implement as a palette filled with tagged unions, where the default case would contain a single block, and the other case would contain an alias table. At runtime this would then require just a single branch.
requires #1412