Skip to content

Instantly share code, notes, and snippets.

@allevato
Created October 20, 2016 21:36
Show Gist options
  • Save allevato/4131a31d75e943a03bff4f624bba7e6f to your computer and use it in GitHub Desktop.
Save allevato/4131a31d75e943a03bff4f624bba7e6f to your computer and use it in GitHub Desktop.
FLIP THAT TABLE
prefix operator ╯°□°╯┻━┻
prefix func ╯°□°╯┻━┻ (s: String) -> String {
return String(s.characters.reversed())
}
print(╯°□°╯┻━┻"hello world") // "dlrow olleh"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment