Created
September 11, 2018 16:15
-
-
Save sajjadyousefnia/fb50a8204ffe51adc0da94111823db27 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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