Zora.List

Partitioning

partition_with_block_size

partition_into_k

powerpartition

List transformations

uniqueify

pairify

decyclify

shuffle

Permutations, combinations, and cycles

powerset

permutations

subsets_of_size

subsets_of_size_with_replacement

cycles

has_cycles

Operations with two lists

diff_infinite

merge

merge_by

zip_while

Sublists

remove_at_index

subseq

take_while_keep_last

take_while_and_rest

find_and_rest

subsequences

contiguous_subsequences

contiguous_subsequences_of_length

Sorting

is_sorted

mergesort

Predicates

is_palindrome

contains_duplicates

Assorted functions

bsearch

bsearch_1st_geq

elem_counts

elem_counts_by

running_bests

running_bests_by

(<$*>)

($$)

interleave

passing_index_elems

count

map_keep

maximum_with_index

minimum_with_index

maxima_by

minima_by

length'

drop'

take'

cons

snoc

Tuples

map_fst

map_snd

map_pair

map_pair_same

map_triple

zip_with_pair

zip_with_pair_same

fst3

snd3

trd3

pair_op

triple_op