| 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";
|
|
|