platform/packages/collections/lib/platform_collections.dart

7 lines
203 B
Dart
Raw Normal View History

/// A library that provides fluent wrappers for working with arrays of data.
2024-12-15 23:26:11 +00:00
library platform_collections;
export 'src/collection.dart';
export 'src/lazy_collection.dart';
export 'src/enumerable.dart';