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

Unified Diff: lib/collection.dart

Issue 1412293008: Add string comparators that can compare ASCII strings ignoring case. (Closed) Base URL: https://github.com/dart-lang/collection.git@master
Patch Set: Address comments. Created 5 years, 1 month 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/comparators.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 45d386722e64be1e8d70eae2bdc31a2d42a013a4..6d451b8751ced6f59169eb7c26faa6738a7507da 100644
--- a/lib/collection.dart
+++ b/lib/collection.dart
@@ -22,5 +22,6 @@ export "equality.dart";
export "iterable_zip.dart";
export "priority_queue.dart";
export "src/canonicalized_map.dart";
+export "src/comparators.dart";
export "src/queue_list.dart";
export "wrappers.dart";
« no previous file with comments | « CHANGELOG.md ('k') | lib/src/comparators.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698