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

List::Objects::WithUtils::Array - Array-type objects WithUtils

Author

       Jon Portnoy <avenj@cobaltirc.org>

       Derived from Data::Perl by Matt Phillips (CPAN: MATTP) et al

       Licensed under the same terms as Perl

perl v5.38.2                                       2024-03-07               List::Objects::WithUtils::Array(3pm)

Description

       This class is the basic concrete implementation of List::Objects::WithUtils::Role::Array. Methods are
       documented there.

       This class also consumes List::Objects::WithUtils::Role::Array::WithJunctions, which adds the any_items &
       all_items junction-returning methods; see the POD for
       List::Objects::WithUtils::Role::Array::WithJunctions and List::Objects::WithUtils::Array::Junction for
       details.

   array
       Creates a new array object.

Name

       List::Objects::WithUtils::Array - Array-type objects WithUtils

Synopsis

         use List::Objects::WithUtils 'array';

         my $array = array(qw/ a b c /);

See Also