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

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

Issue 1811183002: Bring in the latest pub. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 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
« no previous file with comments | « pkg/typed_data/LICENSE ('k') | pkg/typed_data/lib/typed_buffers.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « pkg/typed_data/LICENSE ('k') | pkg/typed_data/lib/typed_buffers.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698