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

Unified 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: Update SDK dependency to 1.0.0 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/sequence_zip/test/stream_test.dart ('k') | pkg/typed_data/lib/typed_buffers.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/typed_data/README.md
diff --git a/pkg/typed_data/README.md b/pkg/typed_data/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..e1e7db53bed9604faf7c7bc8dc051b74d5003bfd
--- /dev/null
+++ b/pkg/typed_data/README.md
@@ -0,0 +1,15 @@
+Helper libraries for working with typed data lists.
+
+The `typed_data` package contains utility functions and classes that makes working with typed data lists easier.
+
+## Using
+
+The `typed_data` package can be imported as
+
+ import 'package:typed_data/typed_data.dart';
+
+## Typed buffers: Growable typed data lists
+
+Typed buffers are contains growable lists backed by typed arrays.
+These are similar to the growable lists returned by `new List()`,
+but stores typed data like a typed data list.
« no previous file with comments | « pkg/sequence_zip/test/stream_test.dart ('k') | pkg/typed_data/lib/typed_buffers.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698