List::Objects::WithUtils::Array
Array-type objects WithUtils
Array-type objects WithUtils
use List::Objects::WithUtils 'array'; my $array = array(qw/ a b c /);
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.
Creates a new array object.
Jon Portnoy <avenj@cobaltirc.org>
Derived from Data::Perl by Matt Phillips (CPAN: MATTP) et al
Licensed under the same terms as Perl