hello, what is the preferred way to create and ini...
# getting-started
h
hello, what is the preferred way to create and init an immutable list/map with some items in it, with a more flexible way for the
init
part than
listOf(item1, item2, item3)