Toolbelt v0.3.1 Toolbelt.List

A set of tools and utilities for working on plain Elixir lists.

Summary

Functions

delete(xA, xB)

See List.delete/2.

delete_at(xA, xB)

See List.delete_at/2.

duplicate(xA, xB)

See List.duplicate/2.

first(xA)

See List.first/1.

flatten(xA)

See List.flatten/1.

flatten(xA, xB)

See List.flatten/2.

foldl(xA, xB, xC)

See List.foldl/3.

foldr(xA, xB, xC)

See List.foldr/3.

insert_at(xA, xB, xC)

See List.insert_at/3.

keydelete(xA, xB, xC)

See List.keydelete/3.

keyfind(xA, xB, xC)

See List.keyfind/3.

keyfind(xA, xB, xC, xD)

See List.keyfind/4.

keymember?(xA, xB, xC)

See List.keymember?/3.

keyreplace(xA, xB, xC, xD)

See List.keyreplace/4.

keysort(xA, xB)

See List.keysort/2.

keystore(xA, xB, xC, xD)

See List.keystore/4.

keytake(xA, xB, xC)

See List.keytake/3.

last(xA)

See List.last/1.

myers_difference(xA, xB)

See List.myers_difference/2.

pop_at(xA, xB)

See List.pop_at/2.

pop_at(xA, xB, xC)

See List.pop_at/3.

replace_at(xA, xB, xC)

See List.replace_at/3.

starts_with?(xA, xB)

See List.starts_with?/2.

to_atom(xA)

See List.to_atom/1.

to_existing_atom(xA)

See List.to_existing_atom/1.

to_float(xA)

See List.to_float/1.

to_integer(xA)

See List.to_integer/1.

to_integer(xA, xB)

See List.to_integer/2.

to_string(xA)

See List.to_string/1.

to_tuple(xA)

See List.to_tuple/1.

update_at(xA, xB, xC)

See List.update_at/3.

wrap(xA)

See List.wrap/1.

zip(xA)

See List.zip/1.