dart-lang/typed_data

Name: typed_data

Owner: Dart

Description: Utility functions and classes that makes working with typed data lists easier in Dart

Created: 2015-02-24 10:01:35.0

Updated: 2018-05-02 22:05:44.0

Pushed: 2018-05-24 10:00:24.0

Homepage: https://pub.dartlang.org/packages/typed_data

Size: 27

Language: Dart

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

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.

Features and bugs

Please file feature requests and bugs at the issue tracker.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.