is there a list constructor that takes a list and ...
# getting-started
m
is there a list constructor that takes a list and some other elements, such as
listOf( mutableListOf(2,3,4), 5, 6)