Chromium Code Reviews| Index: sdk/lib/typed_data/typed_data.dart |
| diff --git a/sdk/lib/typed_data/typed_data.dart b/sdk/lib/typed_data/typed_data.dart |
| index 0f6012c3c2432322ac73e96ecacdb1d1eb1d12d8..628cb2dc5f3fea2d9dca26212d25fa5b27e8bcb2 100644 |
| --- a/sdk/lib/typed_data/typed_data.dart |
| +++ b/sdk/lib/typed_data/typed_data.dart |
| @@ -2,6 +2,8 @@ |
| // for details. All rights reserved. Use of this source code is governed by a |
| // BSD-style license that can be found in the LICENSE file. |
| +/// Lists that efficiently handle fixed sized data |
| +/// (for example, unsigned 8 byte integers) and SIMD numeric types. |
|
Lasse Reichstein Nielsen
2015/05/05 05:11:24
Use /** comments for consistency with the rest of
|
| library dart.typed_data; |
| import 'dart:collection'; |