dart-sdk/sdk/lib/internal
Lasse R.H. Nielsen b08fb1373f Make EfficientLength extend Iterable.
This should help least-upper-bound computations to not think of EfficientLength
as completely separate from Iterable even though they are always used together.

It doesn't solve all problems with the least-upper-bound computation,
but at least some of the more often occuring ones.

R=floitsch@google.com

Review URL: https://codereview.chromium.org/2467113003 .
2016-11-02 14:05:35 +01:00
..
internal.dart Let Uint16List.setRange detect a String.codeUnits object, and copy directly from the string. 2015-01-30 09:46:04 +00:00
internal_sources.gypi Remove hard limit from mirrors accessor caches. 2014-08-08 22:20:36 +00:00
iterable.dart Make EfficientLength extend Iterable. 2016-11-02 14:05:35 +01:00
list.dart Revert "Library changes to align with DDC." 2016-05-10 19:42:51 -07:00
lists.dart Create generic check methods for RangeError causing checks. 2014-11-21 10:29:15 +00:00
print.dart Revert "Rename internal library dart:_collection-dev to dart:_internal." 2014-01-16 12:06:38 +00:00
sort.dart Make sort method generic. This eliminates a large number of dynamic calls that slow down sorting under ddc. 2016-05-25 12:33:41 -07:00
symbol.dart Specialize Symbol.hashCode 2016-06-03 15:10:51 -07:00