Is there a function that does exactly what `list.a...
# getting-started
k
Is there a function that does exactly what
list.associate { it to value(it) }
does? Basically what
list.associateBy { key(it) }
does but then for selecting the value.