AndWass / pushgen

Apache License 2.0
27 stars 4 forks source link

Add `GeneratorExt::collect` #10

Closed AndWass closed 3 years ago

AndWass commented 3 years ago

This should be analogous to Iterator::collect

AndWass commented 3 years ago

It should be possible to leverage Extend instead of FromIterator for the collection.