logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Lowu - Shortcut for importing all of List::Objects::WithUtils

Author

       Jon Portnoy <avenj@cobaltirc.org>

perl v5.38.2                                       2024-03-07                                          Lowu(3pm)

Description

       A short-to-type way to get all of List::Objects::WithUtils, including autoboxing.

       If you like, you can specify params as if calling "use List::Objects::WithUtils":

         # Get array() and immarray() only:
         use Lowu 'array', 'immarray';

Name

       Lowu - Shortcut for importing all of List::Objects::WithUtils

Synopsis

         # Same as:
         #  use List::Objects::WithUtils ':all';
         use Lowu;

See Also