/// A library that provides fluent wrappers for working with arrays of data. library platform_collections; export 'src/collection.dart'; export 'src/lazy_collection.dart'; export 'src/enumerable.dart';