Created
October 11, 2018 04:17
-
-
Save vialyx/f03c437250d944e6717331f6b1f71258 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
func throwingFunction() throws -> Bool { | |
return true | |
} | |
func regularFunction() -> Bool { | |
return true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment