Created
October 19, 2020 00:23
-
-
Save SlappyAUS/49a083fafac949e301b3e597aa3bb551 to your computer and use it in GitHub Desktop.
closures #syntax
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
| // Custom closure with escaping | |
| func getSentimentScore(searchTerm: String, scoreCallback: @escaping (_ score: Int) -> Void) { | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment