You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 16, 2020. It is now read-only.
Hi,
I'm huge fan of the project. It is really well done and using it is a breeze.
Today, Apple released Xcode 10.2 with Swift 5 and now we have Result type built into the language. How do you think it influences the project? Should it replace Interstellar's Result type or would you like to keep them both by conforming to ResultType protocol?
Hi,
I'm huge fan of the project. It is really well done and using it is a breeze.
Today, Apple released Xcode 10.2 with Swift 5 and now we have
Resulttype built into the language. How do you think it influences the project? Should it replace Interstellar'sResulttype or would you like to keep them both by conforming toResultTypeprotocol?