RFC: 2 enhancement DIPs that need feedback

Dom DiSc dominikus at scherkl.de
Fri May 23 08:52:07 UTC 2025


On Friday, 23 May 2025 at 07:15:05 UTC, Basile B. wrote:

> plus do people often use `opCast!bool` ?

Yes, because any "if(x)" is lowered to "if(x.opCast!bool)" for 
all custom types. Same for every occurence of !x, loweredto 
!(x.opCast!bool).


More information about the Digitalmars-d mailing list