Or using `let` ``` items.partition { it.length &gt...
# announcements
o
Or using
let
Copy code
items.partition { it.length > 10 }.let { it.first + it.second.reduce { a, b -> merge(a,b) } }