atomize_keys/1 | |
to_atom/1 | |
to_atom/2 | |
to_binary/1 | |
to_integer/1 | |
to_list/1 | |
to_list_of_binaries/1 | |
to_map/1 | |
to_proplist/1 |
atomize_keys(Val::map() | list()) -> map() | list()
to_atom(Val::atom() | list() | binary()) -> atom()
to_atom(Val::atom() | list() | binary(), Encoding::atom()) -> atom()
to_binary(Val::binary() | list() | atom() | integer()) -> binary()
to_integer(Val::integer() | list() | binary()) -> integer()
to_list(Val::integer() | list() | binary() | atom() | map()) -> list()
to_list_of_binaries(Val::undefined | [atom() | list() | binary() | integer()]) -> [binary()]
to_map(Val::map() | list()) -> map()
to_proplist(Val::map() | list()) -> list()
Generated by EDoc