top | item 46413646

(no title)

brewmarche | 2 months ago

Usage at call site:

    using (var result = foo.GetSomethingIfLucky())
    {
        if (result.IfHappy is {} success)
        {
            // do something
        }
    }

discuss

order

No comments yet.