Skip to content

Instantly share code, notes, and snippets.

@vialyx
Created August 5, 2018 19:06
Show Gist options
  • Save vialyx/c49ec2880746134a9d86984303a26ff0 to your computer and use it in GitHub Desktop.
Save vialyx/c49ec2880746134a9d86984303a26ff0 to your computer and use it in GitHub Desktop.
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