1
0
mirror of https://github.com/dart-lang/sdk synced 2024-07-08 12:06:26 +00:00
dart-sdk/sdk
Stephen Adams 127b419fc1 Add WhereIterable.map
This makes some nice code improvements for dart2js. dart2js can't
inline the MappedIterable factory constructor and specialize by
optimization, so specializing by hand removes the test "is
EfficientLength" for code like "x.where(f).map(g)".

R=lrn@google.com

Review URL: https://codereview.chromium.org/2354093002 .
2016-09-22 10:36:16 -07:00
..
bin Use checked-in .package file for building and testing 2016-09-16 15:03:18 +02:00
lib Add WhereIterable.map 2016-09-22 10:36:16 -07:00
api_readme.md fix links in readme 2015-08-20 13:17:34 -07:00