Created
April 1, 2018 09:58
-
-
Save sajjadyousefnia/5716edcd8b5e8b59ca4b603f1d7b8f65 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
println(names.size) // 3 | |
println(names.get(0)) // "Chike" | |
println(names.indexOf("Mgbemena")) // 2 | |
println(names.contains("Nnamdi")) // 'true' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment