fun <T> arrayListOf(vararg items: T): ArrayList<T>
Return an ArrayLIit containing vararg parameter
items - the objects to be stored in the returned list
items
Parameters