Guest User

Untitled

a guest
Oct 15th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. val list: List<DataType> = listOf(element_0,element_1,...)
  2. val mutableList: MutableList<DataType> = mutableListOf(element_0,element_1,...)
Add Comment
Please, Sign In to add comment