Chromium Code Reviews| Index: pkg/collection_helpers/lib/all.dart |
| diff --git a/pkg/collection_helpers/lib/all.dart b/pkg/collection_helpers/lib/all.dart |
| index 66571e9a3abeb5accde5ffc04af90e42f091ec88..ffebcf1af65ad8c9042f73164ad5931561ea6b29 100644 |
| --- a/pkg/collection_helpers/lib/all.dart |
| +++ b/pkg/collection_helpers/lib/all.dart |
| @@ -6,13 +6,15 @@ |
| * Exports all the individual parts of the collection-helper library. |
| * |
| * The sub-libraries of this package are: |
| + * |
| * - `algorithms.dart`: Algorithms that work on lists (shuffle, binary search |
| * and various sorting algorithms). |
| * - `wrappers.dart`: Wrapper classes that delegate to a collection object. |
| + * Includes unmodifiable views of a collection. |
|
floitsch
2013/11/18 18:21:29
views of collections.
Lasse Reichstein Nielsen
2013/11/19 12:11:44
Done.
|
| * - `equality.dart`: Different notions of equality of collections. |
| */ |
| library dart.collection_helper; |
| export "algorithms.dart"; |
| export "wrappers.dart"; |
| -export "equality.dart"; |
| +export "equality.dart"; |