`list1.flatMap { a -> list2.map { b -> a to ...
# getting-started
k
list1.flatMap { a -> list2.map { b -> a to b } }