queries 0.1.9 copy "queries: ^0.1.9" to clipboard
queries: ^0.1.9 copied to clipboard

discontinued
outdated

Enumerable collections for Dart language (inspired by Microsoft LINQ).

0.1.8 #

  • Implemented Enumerable.zip()

0.1.8 #

  • Performed minor code refactorings
  • Implemented Enumerable.empty()

0.1.7 #

  • Implemented Enumerable.cast()
  • Implemented Enumerable.ofType()

0.1.6 #

  • Fixed bug in _OrderedEnumerable.createOrderedEnumerable()

0.1.5 #

  • Reimplemented IOrderedEnumerable
  • Fixed bug in Enumerable.ordertBy() and Enumerable.orderByDescending(). Thanks to jnsmith0274

0.1.4 #

  • Improved performance of Enumerable.sequenceEqual()

0.1.3 #

  • Fixed bug in Enumerable.sequenceEqual()

0.1.2 #

  • Added definition of IEnumerable.skipWhile$1()
  • Fixed problem with numeric types in Comparer.getDefault()

0.1.1 #

  • Added example

0.1.0 #

  • Minor fixes

0.0.17 #

  • Adaptation to Dart 2.0, refactoring and the breaking changes

0.0.15 #

  • Minor fixes
32
likes
0
pub points
83%
popularity

Publisher

unverified uploader

Enumerable collections for Dart language (inspired by Microsoft LINQ).

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

function_types

More

Packages that depend on queries