AndWass / pushgen

Apache License 2.0
27 stars 4 forks source link

Add `GeneratorExt::partition` #11

Closed AndWass closed 3 years ago

AndWass commented 3 years ago

This should be analogous to Iterator::partition.

AndWass commented 3 years ago

Depends on #10

AndWass commented 3 years ago

10 did not add an Extend like trait, but rather an IntoGenerator trait. partition requires Extend instead.