First Draft: opUnwrapIfTrue

Kagamin spam at here.lot
Mon Mar 2 13:47:54 UTC 2026


C# does in reverse with inline declarations
```
if (result.tryGetValue(out int value)) {
   //use value
}
```


More information about the dip.development mailing list