tree: 95f01dbf21c743057c51fd2ee393490e00201f3e [path history] [tgz]
  1. lib/
  2. analysis_options.yaml
  3. AUTHORS
  4. BUILD.gn
  5. CHANGELOG.md
  6. CONTRIBUTING.md
  7. LICENSE
  8. pubspec.yaml
  9. README.md
typed_data/README.md

Dart CI pub package package publisher

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 using:

import 'package:typed_data/typed_data.dart';

Typed buffers

Typed buffers are growable lists backed by typed arrays. These are similar to the growable lists created by <int>[] or <double>[], but store typed data like a typed data list.