On 3/13/2026 6:45 PM, Richard (Rikki) Andrew Cattermole wrote: > Your switch example shows that you have not simplified the problem down correctly. > > ``switch (r.get(x) ? x : x.init)`` > > Should be: > > ``switch (r.get(int.init))`` I don't know what is incorrect about it.