mutableListOf
add
get
Adds the specified element to the end of this list.
list.add(element) / list.add(index, element)