RList (REnum v0.3.0)

Entry point of List extensions, and can use all of RList.* functions. See also.

Link to this section Summary

Functions

Link to this section Functions

Link to this function

ascii_printable?(arg1)

See List.ascii_printable?/1.

Link to this function

ascii_printable?(arg1, arg2)

See List.ascii_printable?/2.

Link to this function

delete(arg1, arg2)

See List.delete/2.

Link to this function

delete_at(arg1, arg2)

See List.delete_at/2.

Link to this function

duplicate(arg1, arg2)

See List.duplicate/2.

See List.first/1.

Link to this function

first(arg1, arg2)

See List.first/2.

See List.flatten/1.

Link to this function

flatten(arg1, arg2)

See List.flatten/2.

Link to this function

foldl(arg1, arg2, arg3)

See List.foldl/3.

Link to this function

foldr(arg1, arg2, arg3)

See List.foldr/3.

Link to this function

improper?(arg1)

See List.improper?/1.

Link to this function

insert_at(arg1, arg2, arg3)

See List.insert_at/3.

Link to this function

keydelete(arg1, arg2, arg3)

See List.keydelete/3.

Link to this function

keyfind(arg1, arg2, arg3)

See List.keyfind/3.

Link to this function

keyfind(arg1, arg2, arg3, arg4)

See List.keyfind/4.

Link to this function

keyfind!(arg1, arg2, arg3)

See List.keyfind!/3.

Link to this function

keymember?(arg1, arg2, arg3)

See List.keymember?/3.

Link to this function

keyreplace(arg1, arg2, arg3, arg4)

See List.keyreplace/4.

Link to this function

keysort(arg1, arg2)

See List.keysort/2.

Link to this function

keystore(arg1, arg2, arg3, arg4)

See List.keystore/4.

Link to this function

keytake(arg1, arg2, arg3)

See List.keytake/3.

See List.last/1.

Link to this function

last(arg1, arg2)

See List.last/2.

Link to this function

myers_difference(arg1, arg2)

See List.myers_difference/2.

Link to this function

myers_difference(arg1, arg2, arg3)

See List.myers_difference/3.

Link to this function

pop_at(arg1, arg2)

See List.pop_at/2.

Link to this function

pop_at(arg1, arg2, arg3)

See List.pop_at/3.

Link to this function

replace_at(arg1, arg2, arg3)

See List.replace_at/3.

Link to this function

starts_with?(arg1, arg2)

See List.starts_with?/2.

See List.to_atom/1.

Link to this function

to_charlist(arg1)

See List.to_charlist/1.

Link to this function

to_existing_atom(arg1)

See List.to_existing_atom/1.

See List.to_float/1.

Link to this function

to_integer(arg1)

See List.to_integer/1.

Link to this function

to_integer(arg1, arg2)

See List.to_integer/2.

Link to this function

to_string(arg1)

See List.to_string/1.

See List.to_tuple/1.

Link to this function

update_at(arg1, arg2, arg3)

See List.update_at/3.

See List.wrap/1.

See List.zip/1.