Help for this page
while ( my @group = $next->() )
my $arrayref_of_aliases = sub { \@_ }->( $stuff, $to, $alias );
return sub { \@_ }->( @$list[ $start .. $stop ] );