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

Unified Diff: lib/collection.dart

Issue 1873373002: Add GroupSet and SetGroup classes. (Closed) Base URL: git@github.com:dart-lang/collection@master
Patch Set: Code review changes Created 4 years, 8 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/group_set.dart » ('j') | lib/src/group_set.dart » ('J')
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 b2c7e73c5cf4fe8955d7f0dcdddf6a8f0ad943ac..aaaba787be2a737a0bf199b5003d10e4f320d98a 100644
--- a/lib/collection.dart
+++ b/lib/collection.dart
@@ -6,8 +6,10 @@ export "src/algorithms.dart";
export "src/canonicalized_map.dart";
export "src/comparators.dart";
export "src/equality.dart";
+export "src/group_set.dart";
export "src/iterable_zip.dart";
export "src/priority_queue.dart";
export "src/queue_list.dart";
+export "src/set_group.dart";
export "src/unmodifiable_wrappers.dart";
export "src/wrappers.dart";
« no previous file with comments | « CHANGELOG.md ('k') | lib/src/group_set.dart » ('j') | lib/src/group_set.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698