partition 1.0.1 copy "partition: ^1.0.1" to clipboard
partition: ^1.0.1 copied to clipboard

A library for partitioning iterables based on predicates. By default, partitioning happens lazily over the source iterable but eager partitioning can be used by setting the lazy parameter or using the [...]

1.0.1 #

  • Update license
  • Add CI GitHub workflow
  • Update metadata

1.0.0 #

  • Initial version, created by Stagehand
2
likes
150
points
932
downloads

Documentation

API reference

Publisher

verified publisheralexmeuer.com

Weekly Downloads

A library for partitioning iterables based on predicates. By default, partitioning happens lazily over the source iterable but eager partitioning can be used by setting the lazy parameter or using the partionNow extension method.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

collection

More

Packages that depend on partition