List::Objects::WithUtils::Array - Array-type objects WithUtils
Contents
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 /);
