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

Side by Side Diff: sdk/lib/core/core.dart

Issue 203603008: Introduce class Sink<T>. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 6 years, 9 months 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « sdk/lib/convert/utf.dart ('k') | sdk/lib/core/corelib_sources.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 /** 5 /**
6 * 6 *
7 * Built-in types, collections, 7 * Built-in types, collections,
8 * and other core functionality for every Dart program. 8 * and other core functionality for every Dart program.
9 * 9 *
10 * This library is automatically imported. 10 * This library is automatically imported.
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 part "iterator.dart"; 175 part "iterator.dart";
176 part "list.dart"; 176 part "list.dart";
177 part "map.dart"; 177 part "map.dart";
178 part "null.dart"; 178 part "null.dart";
179 part "num.dart"; 179 part "num.dart";
180 part "object.dart"; 180 part "object.dart";
181 part "pattern.dart"; 181 part "pattern.dart";
182 part "print.dart"; 182 part "print.dart";
183 part "regexp.dart"; 183 part "regexp.dart";
184 part "set.dart"; 184 part "set.dart";
185 part "sink.dart";
185 part "stacktrace.dart"; 186 part "stacktrace.dart";
186 part "stopwatch.dart"; 187 part "stopwatch.dart";
187 part "string.dart"; 188 part "string.dart";
188 part "string_buffer.dart"; 189 part "string_buffer.dart";
189 part "string_sink.dart"; 190 part "string_sink.dart";
190 part "symbol.dart"; 191 part "symbol.dart";
191 part "type.dart"; 192 part "type.dart";
192 part "uri.dart"; 193 part "uri.dart";
OLDNEW
« no previous file with comments | « sdk/lib/convert/utf.dart ('k') | sdk/lib/core/corelib_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698