`(10..20).asSequence().map { it / 10.0 }` ?
# announcements
d
(10..20).asSequence().map { it / 10.0 }
?