Closed sya-ri closed 4 weeks ago
Latest commit: 05f1515b9b0e1b0b535abe9f7d31c40acede9c83
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
See comments in https://github.com/supermacro/neverthrow/issues/587
Similar to unwrap, but returns default value by function: #587
Useful for lazily evaluating defaults or performing processing.
unwrapOrElse exists in Rust: https://doc.rust-lang.org/std/result/enum.Result.html#method.unwrap_or_else