Scroll to navigation

AtteanX::Functions::CompositeLists(3pm) User Contributed Perl Documentation AtteanX::Functions::CompositeLists(3pm)

NAME

AtteanX::Functions::CompositeLists - Functions and aggregates to work with composite lists

VERSION

This document describes AtteanX::Functions::CompositeLists version 0.034

SYNOPSIS

  use v5.14;
  use Attean;

DESCRIPTION

This is a utility package that defines functions and aggregates to work with composite list datatypes.

"stringSplit($string, $pattern)"
"ctGet($ct, $key)"
"listGet($list, $pos)"
"listSubseq($list, $pos, $len)"
"listReverse($list, $pos)"
"listHead($list, $pos)"
"listTail($list, $pos)"
"listContains($list, $term)"
"listContainsTerm($list, $term)"
"sequence($start, $end)"
"zip($list, $list)"
"listCreate_agg_process($thunk, $term)"
"rewrite_lexical( $literal, \%bnode_map, $parse_id )"

BUGS

Please report any bugs or feature requests to through the GitHub web interface at <https://github.com/kasei/attean/issues>.

SEE ALSO

AUTHOR

Gregory Todd Williams "<gwilliams@cpan.org>"

COPYRIGHT

Copyright (c) 2014--2022 Gregory Todd Williams. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

2024-07-02 perl v5.38.2