Created
May 18, 2017 07:06
-
-
Save goindwalia/7e8f49d73fc790fcdd1d99e7ad2ddf6d 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
val abc = mutableListOf(1, 2, 3) | |
abc.swap(0, 2) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment