DOKK / manpages / debian 13 / libattean-perl / AtteanX::Functions::CompositeLists.3pm.en
AtteanX::Functions::CompositeLists(3pm) User Contributed Perl Documentation AtteanX::Functions::CompositeLists(3pm)

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

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

  use v5.14;
  use Attean;

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 )"

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

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

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.

2025-01-26 perl v5.40.0