Skip to content

Instantly share code, notes, and snippets.

@sajjadyousefnia
Created September 11, 2018 16:10
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/2fdd07564f68b58c66a3aeeb6b60919f to your computer and use it in GitHub Desktop.
Save sajjadyousefnia/2fdd07564f68b58c66a3aeeb6b60919f to your computer and use it in GitHub Desktop.
val String.lastChar: Char
get() = get(length - 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment