Remove suprplus quoting from pubspec author fields.

R=sgjesse@google.com

Review URL: https://codereview.chromium.org//119093005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/typed_data@31261 260f80e4-7a28-3924-810f-c04153c831b5
1 file changed
tree: 8f081acbf66cb0751927d5a29f4a3e2f2aabf17d
  1. lib/
  2. test/
  3. pubspec.yaml
  4. README.md
README.md

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.