Created
November 5, 2016 14:06
-
-
Save sliskiCode/784a17c2fe8fde4a7a0497e83ad16e7b to your computer and use it in GitHub Desktop.
Quick dive in Kotlin extensions 4
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
| val collection = listOf("Piotr", "Slesarew") | |
| collection.reversed() | |
| .forEach(::println) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment