1
1
Fork 0
AtomicKotlinCourse/Functional Programming/Manipulating Lists/Exercise 5/task.md

129 B

Manipulating Lists (#5)

To better understand flatten() and flatMap() functions, implement flatMap() using flatten().