|
|
10 年 前 | |
|---|---|---|
| .. | ||
| Result | 10 年 前 | |
| Result.xcodeproj | 10 年 前 | |
| ResultTests | 10 年 前 | |
| .gitignore | 10 年 前 | |
| LICENSE | 10 年 前 | |
| README.md | 10 年 前 | |
This is a Swift µframework providing Result<Value, Error>.
Result<Value, Error> values are either successful (wrapping Value) or failed (wrapping Error). This is similar to Swift’s native Optional type, with the addition of an error value to pass some error code, message, or object along to be logged or displayed to the user.
API documentation is in the source.
Result.xcodeproj into your project or workspace.Result.framework.