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

Unified Diff: lib/collection.dart

Issue 1994743003: Add top-level collection-manipulation functions. (Closed) Base URL: git@github.com:dart-lang/collection@master
Patch Set: Code review changes Created 4 years, 7 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 | « CHANGELOG.md ('k') | lib/src/functions.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/collection.dart
diff --git a/lib/collection.dart b/lib/collection.dart
index 95b84799b5871dfa4cb1f3fe195baa094c277c11..58d98f707ef75c5e5c92b4584bc499f1cf11e74f 100644
--- a/lib/collection.dart
+++ b/lib/collection.dart
@@ -6,6 +6,7 @@ export "src/algorithms.dart";
export "src/canonicalized_map.dart";
export "src/comparators.dart";
export "src/equality.dart";
+export "src/functions.dart";
export "src/iterable_zip.dart";
export "src/priority_queue.dart";
export "src/queue_list.dart";
« no previous file with comments | « CHANGELOG.md ('k') | lib/src/functions.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698