Created
August 5, 2018 19:06
-
-
Save vialyx/c49ec2880746134a9d86984303a26ff0 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
typealias User = String | |
func getUsers(with ids: UUID...) -> [User] { | |
return ["Maxim", "Nik"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment