The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.000_004 - 2021-04-04

  • Documentation
    • Document the functions provided in LINQ.pm.
  • Test Suite
    • Improved test coverage.
  • Other
    • Make `concat` work on potentially infinite collections.
    • Make `to_iterator` work on potentially infinite collections.

Changes for version 0.000_003 - 2021-04-04

  • Documentation
    • Document the LINQ::Collection interface.
  • Other
    • Make the callable parameter to `order_by` and `order_by_descending` optional.

Changes for version 0.000_002 - 2021-03-25

  • Added: Implement `default_if_empty`.
  • Don't require type constraints passed to `of_type` to have a `has_coercion` method. (Works with Type::Nano.)

Changes for version 0.000_001 - 2021-03-25

Modules

an interpretation of Microsoft's Language Integrated Query
the interface which all LINQ collections share

Provides

in lib/LINQ/Array.pm
in lib/LINQ.pm
in lib/LINQ/Exception.pm
in lib/LINQ/Exception.pm
in lib/LINQ/Exception.pm
in lib/LINQ/Exception.pm
in lib/LINQ/Exception.pm
in lib/LINQ/Exception.pm
in lib/LINQ/Exception.pm
in lib/LINQ/Exception.pm
in lib/LINQ/Grouping.pm
in lib/LINQ/Iterator.pm
in lib/LINQ/Util/Internal.pm