| commit | b269d394681f4378d4147704a96148b3eabaa08c | [log] [tgz] |
|---|---|---|
| author | Moritz <mosum@google.com> | Fri Oct 18 10:54:31 2024 +0200 |
| committer | GitHub <noreply@github.com> | Fri Oct 18 10:54:31 2024 +0200 |
| tree | 704169429a76c8a4e486cec1346df1979efaa1ce | |
| parent | 6abfafdcf661cd8a814619d7e2a3e99edb3a3862 [diff] |
Update README.md before archiving (#94)
[!IMPORTANT]
This repo has moved to https://github.com/dart-lang/core/tree/main/pkgs/typed_data
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.
The typed_data package can be imported using:
import 'package:typed_data/typed_data.dart';
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.