| Index: pkg/typed_data/lib/typed_buffers.dart
|
| diff --git a/pkg/collection_helpers/lib/typed_buffers.dart b/pkg/typed_data/lib/typed_buffers.dart
|
| similarity index 99%
|
| copy from pkg/collection_helpers/lib/typed_buffers.dart
|
| copy to pkg/typed_data/lib/typed_buffers.dart
|
| index 2f331e7b0dde4902edf5f27f68688601a3da7aef..b8803388084ae126a2102299ffdf9e87b6e518f8 100644
|
| --- a/pkg/collection_helpers/lib/typed_buffers.dart
|
| +++ b/pkg/typed_data/lib/typed_buffers.dart
|
| @@ -13,7 +13,7 @@
|
| * to return the same result each time it is used, and that the buffer may
|
| * be larger than what the list is using.
|
| */
|
| -library dart.collection_helpers.typed_buffers;
|
| +library dart.pkg.typed_data.typed_buffers;
|
|
|
| import "dart:collection" show ListBase;
|
| import "dart:typed_data";
|
|
|