rocicorp / repc

The canonical Replicache client, implemented in Rust.
Other
31 stars 7 forks source link

Flatten refs iter #214

Closed arv closed 3 years ago

arv commented 3 years ago

https://doc.rust-lang.org/std/iter/trait.Iterator.html#method.flatten

"This is useful when you have an iterator of iterators or an iterator of things that can be turned into iterators and you want to remove one level of indirection."