Provided by: liblist-objects-withutils-perl_2.028003-4_all
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