Files
sdk/pkg
lrn@google.com f528beb9f2 Add "last" setter to List.
This allows assigning directly as `list.last = value` instead of
having to use the longer `list[list.length - 1] = value`.
It's just an abbreviation, like `list.last` is for reading.

If you use a List as a stack (which is a perfectly good use of it),
modifying the last element like this is a natural operation.

R=sgjesse@google.com

Review URL: https://codereview.chromium.org//315173005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@37255 260f80e4-7a28-3924-810f-c04153c831b5
2014-06-12 08:11:22 +00:00
..
2014-05-12 21:28:45 +00:00
2014-05-23 10:14:29 +00:00
2014-01-13 18:07:45 +00:00
2014-06-10 22:12:49 +00:00
2014-06-12 08:11:22 +00:00
2014-06-09 21:46:22 +00:00
2014-01-13 18:07:45 +00:00
2014-06-02 18:40:25 +00:00
2013-12-19 12:36:15 +00:00
2014-06-11 23:04:17 +00:00
2014-06-02 18:40:25 +00:00
2014-06-02 18:40:25 +00:00
2014-06-12 08:11:22 +00:00
2014-06-09 23:40:08 +00:00
2014-01-13 18:07:45 +00:00
2014-06-10 12:35:56 +00:00
2014-06-11 19:53:41 +00:00