`.flatMap { it }` is to flatten a list of lists
# getting-started
d
.flatMap { it }
is to flatten a list of lists