Did you know; we need this operator!
Kagamin
spam at here.lot
Wed Sep 18 16:30:41 UTC 2024
If you have an extra scope to apply, it already works:
```d
with(Days)
switch(day)
{
case Monday:
…;
break;
case Tuesday:
…;
break;
}
```
More information about the Digitalmars-d
mailing list