Skip to content

Instantly share code, notes, and snippets.

@vialyx
Created August 5, 2018 19:16
Show Gist options
  • Save vialyx/e38a174ae70de3e7a855f418a4484de0 to your computer and use it in GitHub Desktop.
Save vialyx/e38a174ae70de3e7a855f418a4484de0 to your computer and use it in GitHub Desktop.
typealias User = String
func getUsers(with ids: UUID...) -> [User] {
return ["Maxim", "Nik"]
}
var downloadTask: (UUID...) -> [String] = getUsers
downloadTask(UUID())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment