opIndexOpAssignOpDispatch
monkyyy
crazymonkyyy at gmail.com
Sat Jun 15 04:58:58 UTC 2024
```d
mystruct foo;
foo[1337].isnull=true;
```
=>
`foo.opIndexOpAssignOpDispatch!"isnull"(1337,true)`
it fits the naming scheme!
More information about the dip.ideas
mailing list