Search results for "module:List::Flatten"
List::Flatten - Interpolate array references in a list
OBRADOVIC/List-Flatten-0.01
-
13 Mar 2009 11:42:14 UTC
List::Flatten::XS - List::Flatten with XS
List::Flatten::XS is provided flatten routine like Ruby's Array.flatten <https://ruby-doc.org/core-2.2.0/Array.html#method-i-flatten>. So, you can flat complex list with simply or you can flat with specify nested level....
CODEHEX/List-Flatten-XS-0.05 - 21 Jan 2018 09:19:20 UTC
List::Flatten::Recursive - List::Flatten with recursion
If you think of nested lists as a tree structure (an in Lisp, for example), then "flat" basically returns all the leaf nodes from an inorder tree traversal, and leaves out the internal nodes (i.e. listrefs). If the nested list is a DAG instead of jus...
RTHOMPSON/List-Flatten-Recursive-0.103460 - 12 Dec 2010 09:37:42 UTC
List::Flat - Functions to flatten a structure of array references
List::Flat is a module with functions to flatten a deep structure of array references into a single flat list....
AARONRP/List-Flat-0.003 - 19 Jun 2017 01:09:40 UTC
List::oo - object interface to list (array) methods
EWILHELM/List-oo-v0.2.1
-
07 Jun 2008 19:57:50 UTC
List::Uniq - extract the unique elements of a list
List::Uniq extracts the unique elements of a list. This is a commonly re-written (or at least re-looked-up) idiom in Perl programs....
BLAINEM/List-Uniq-0.23 - 11 Feb 2021 05:23:15 UTC
List::Enumerator - list construct library
List::Enumerator is list library like Enumerator of Ruby. List::Enumerator::E is interface wrapper for generating List::Enumerator::Array or List::Enumerator::Sub. Most methods (except what returns always infinite list) consider caller context. ex: E...
SATOH/List-Enumerator-0.10 - 06 Dec 2010 10:31:24 UTC
List::Conditional - Create lists based on a condition for each element
OBRADOVIC/List-Conditional-0.02
-
01 Sep 2010 09:22:25 UTC
List::DoubleLinked - Double Linked Lists for Perl
This module provides a double linked list for Perl. You should ordinarily use arrays instead of this, they are faster for almost any usage. However there is a small set of use-cases where linked lists are necessary. While you can use the list as an o...
LEONT/List-DoubleLinked-0.005 - 15 Aug 2016 18:21:44 UTC
List::Objects::WithUtils::Role::Array - Array manipulation methods
A Role::Tiny role defining methods for creating and manipulating ARRAY-type objects. List::Objects::WithUtils::Array consumes this role (along with List::Objects::WithUtils::Role::Array::WithJunctions) to provide array() object methods. In addition t...
AVENJ/List-Objects-WithUtils-2.028003 - 07 Apr 2016 18:11:20 UTC