I think technically you could do `mapIndexedNotNul...
# getting-started
s
I think technically you could do
mapIndexedNotNull { value?.plus(index) }
if you wanted a somewhat contrived example