Skip to content

Instantly share code, notes, and snippets.

@jrBordet
Last active February 25, 2019 11:30
Show Gist options
  • Save jrBordet/994db814727124c4a4e34bdec85d0381 to your computer and use it in GitHub Desktop.
Save jrBordet/994db814727124c4a4e34bdec85d0381 to your computer and use it in GitHub Desktop.
prefix operator ??
prefix func ??(s: String) -> String {
return NSLocalizedString(s, comment: "")
}
??"Awesome string here"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment