Created
April 2, 2018 09:08
-
-
Save sajjadyousefnia/b3e2516d3b5defbf4a9f3128ce3dccd1 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
var mutableNames1 = names.toMutableList() | |
mutableNames1.add("Ruth") // now mutable and added "Ruth" to list |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment