This is the revision history for list::moreutils in <*:##NULL>
factoid_id | subject | copula | predicate | author | namespace |
---|---|---|---|---|---|
12227 | list::moreutils | is | use List::Util qw/any all none notall/; use List::UtilsBy qw/sort_by nsort_by/; pairwise => List::Util::pairmap; firstval => List::Util::first; part => List::UtilsBy::partition_by; uniq => List::Util::uniq; zip => List::UtilsBy::zip_by {@_} | see List::SomeUtils | grinnz | |
12226 | list::moreutils | is | use List::Util qw/any all none notall/; use List::UtilsBy qw/sort_by nsort_by/; pairwise => List::Util::pairmap; firstval => List::Util::first; part => List::UtilsBy::partition_by; uniq => List::Util::uniq; zip => List::UtilsBy::zip_by {@_} | grinnz | |
12225 | list::moreutils | is | use List::Util qw/any all none notall/; use List::UtilsBy qw/sort_by nsort_by/; pairwise => List::Util::pairmap; firstval => List::Util::first; part => List::UtilsBy::partition_by; uniq => List::UtilsBy::uniq_by {$_}; zip => List::UtilsBy::zip_by {@_} | grinnz | |
11225 | list::moreutils | is | use List::Util qw/any all none notall/; use List::UtilsBy qw/sort_by nsort_by/; pairwise => List::Util::pairmap; firstval => List::Util::first; part => List::UtilsBy::partition_by; uniq => List::UtilsBy::uniq_by {$_}; zip => List::UtilsBy::zip_by {@_} | grinnz_ |