Skip to content

Instantly share code, notes, and snippets.

@sajjadyousefnia
Created September 11, 2018 16:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sajjadyousefnia/fb50a8204ffe51adc0da94111823db27 to your computer and use it in GitHub Desktop.
Save sajjadyousefnia/fb50a8204ffe51adc0da94111823db27 to your computer and use it in GitHub Desktop.
fun String.lastChar(): Char = this.get(this.length - 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment