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

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/union_set.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 b2c7e73c5cf4fe8955d7f0dcdddf6a8f0ad943ac..95b84799b5871dfa4cb1f3fe195baa094c277c11 100644
--- a/lib/collection.dart
+++ b/lib/collection.dart
@@ -9,5 +9,7 @@ export "src/equality.dart";
export "src/iterable_zip.dart";
export "src/priority_queue.dart";
export "src/queue_list.dart";
+export "src/union_set.dart";
+export "src/union_set_controller.dart";
export "src/unmodifiable_wrappers.dart";
export "src/wrappers.dart";
« no previous file with comments | « CHANGELOG.md ('k') | lib/src/union_set.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698