Skip to content

Instantly share code, notes, and snippets.

@goindwalia
Created May 18, 2017 07:06
Show Gist options
  • Save goindwalia/7e8f49d73fc790fcdd1d99e7ad2ddf6d to your computer and use it in GitHub Desktop.
Save goindwalia/7e8f49d73fc790fcdd1d99e7ad2ddf6d to your computer and use it in GitHub Desktop.
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