quiver_iterables 1.0.0-dev.1 copy "quiver_iterables: ^1.0.0-dev.1" to clipboard
quiver_iterables: ^1.0.0-dev.1 copied to clipboard

discontinuedreplaced by: quiver
outdatedDart 1 only

Utilities for working with iterables

Quiver iterables #

A collection of utilities for generating and manipulating Dart Iterables.

Build Status Coverage Status

Documentation #

API Docs are available.

concat, count, cycle, enumerate, merge, partition, range, and zip create, transform, or combine Iterables in different ways, similar to Python's itertools.

min, max, and extent retrieve the minimum and maximum elements from an iterable.

GeneratingIterable is an easy way to create lazy iterables that produce elements by calling a function. A common use-case is to traverse properties in an object graph, like the parent relationship in a tree.

InfiniteIterable is a base class for Iterables that throws on operations that require a finite length.

0
likes
0
pub points
5%
popularity

Publisher

unverified uploader

Utilities for working with iterables

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on quiver_iterables