Last active
May 8, 2018 18:52
-
-
Save llinardos/9f8fbf36ecd61db95663fa25ab40c817 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let successResult: Result<[Thing]> = .success([aThing, anotherThing]) | |
let failureResult: Result<[Thing]> = .failure(Error(...)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment