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

Side by Side Diff: pkg/typed_data/README.md

Issue 113883002: Create associated packages for the dart:collection and dart:async libs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Split sequence_zip into pkg:async and pkg:collection. Created 7 years 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
OLDNEW
(Empty)
1 Helper libraries for working with typed data lists.
2
3 The `typed_data` package contains utility functions and classes that makes worki ng with typed data lists easier.
4
5 ## Using
6
7 The `typed_data` package can be imported as
8
9 import 'package:typed_data/typed_data.dart';
10
11 ## Typed buffers: Growable typed data lists
12
13 Typed buffers are contains growable lists backed by typed arrays.
14 These are similar to the growable lists returned by `new List()`,
15 but stores typed data like a typed data list.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698