expected icon indicating copy to clipboard operation
expected copied to clipboard

Dlang implementation of the Expected idiom

Results 2 expected issues
Sort by recently updated
recently updated
newest added

I was able to use "Advanced example" only when I've change Throw -> exp.Throw Maybe some extra details required for this example.

The [@mustuse](https://dlang.org/spec/attribute.html#mustuse-attribute) attribute was implemented in [DIP 1038](https://github.com/dlang/DIPs/blob/master/DIPs/accepted/DIP1038.md). I think it would be really nice to combine this with `Expected` in order to force client code to always handle return...