`flatMap { it -> it }` is just `flatten()`
# getting-started
o
flatMap { it -> it }
is just
flatten()
😀 2