Skip to content

Instantly share code, notes, and snippets.

@eMdOS
Last active May 3, 2020 04:13
Show Gist options
  • Save eMdOS/1d4b7f69f7874de1a7295b1e034d27a6 to your computer and use it in GitHub Desktop.
Save eMdOS/1d4b7f69f7874de1a7295b1e034d27a6 to your computer and use it in GitHub Desktop.
func string(from int: Int) -> String {
String(int)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment