Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(419)

Unified Diff: packages/quiver_iterables/README.md

Issue 2989763002: Update charted to 0.4.8 and roll (Closed)
Patch Set: Removed Cutch from list of reviewers Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « packages/quiver_iterables/LICENSE ('k') | packages/quiver_iterables/lib/iterables.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/quiver_iterables/README.md
diff --git a/packages/quiver_iterables/README.md b/packages/quiver_iterables/README.md
deleted file mode 100644
index d9c4dc466910c38d74d3a20af7455b09d90c2937..0000000000000000000000000000000000000000
--- a/packages/quiver_iterables/README.md
+++ /dev/null
@@ -1,25 +0,0 @@
-Quiver Iterables
-================
-
-A collection of utilities for generating and manipulating Dart Iterables.
-
-[![Build Status](https://travis-ci.org/QuiverDart/quiver_iterables.svg?branch=master)](https://travis-ci.org/QuiverDart/quiver_iterables)
-[![Coverage Status](https://img.shields.io/coveralls/QuiverDart/quiver_iterables.svg)](https://coveralls.io/r/QuiverDart/quiver_iterables)
-
-## Documentation
-
-[API Docs](http://www.dartdocs.org/documentation/quiver_iterables/latest)
-
-`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.
« no previous file with comments | « packages/quiver_iterables/LICENSE ('k') | packages/quiver_iterables/lib/iterables.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698