On Monday, 29 December 2025 at 20:29:16 UTC, Basile B. wrote: > auto opCast(T)() > { > static if (is(T == uint)) try auto opCast(T : uint)() { return member; } isntead of all that. then the opCast only ever matches uint.