Contents

koher/resultk

_ResultK_ provides `Result` suitable to Swift's untyped `throws`. _ResultK_'s `Result` type does not have the second type parameter to specify the error type unlike [antitypical/Result](https://github.com/antitypical/Result).

Installation

Swift Package Manager

Add the following to dependencies in your Package.swift.

.package(
    url: "https://github.com/koher/ResultK.git",
    from: "0.2.0-alpha"
)

Carthage

github "koher/ResultK" "master"

License

The MIT License

Package Metadata

Repository: koher/resultk

Default branch: master

README: README.md