NAME
FP::Array - pure functions to work with native Perl arrays
SYNOPSIS
use FP::Array;
my $lengts= $list_of_arrays->map(\&array_length);
DESCRIPTION
To disambiguate from similarly named functions for `FP::List`, they are prefixed with `array_`.
These are also used as methods for `FP::PureArray` objects.