I think you're looking for `associateWith`. You ca...
# getting-started
m
I think you're looking for
associateWith
. You can do
list.associateWith { value(it) }
.