Scroll to navigation

List::Objects::WithUtils::Array(3pm) User Contributed Perl Documentation List::Objects::WithUtils::Array(3pm)

NAME

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

SYNOPSIS

  use List::Objects::WithUtils 'array';
  my $array = array(qw/ a b c /);

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.

AUTHOR

Jon Portnoy <avenj@cobaltirc.org>

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

Licensed under the same terms as Perl

2021-01-21 perl v5.32.0