View Source HashDict (Elixir v1.16.0)
This module is deprecated. Use Map instead.
Tuple-based HashDict implementation.
This module is deprecated. Use the Map
module instead.
Summary
Functions
delete(dict, key)
deprecated
drop(dict, keys)
deprecated
equal?(dict1, dict2)
deprecated
fetch(hash_dict, key)
deprecated
fetch!(dict, key)
deprecated
get(dict, key, default \\ nil)
deprecated
get_and_update(dict, key, fun)
deprecated
get_lazy(dict, key, fun)
deprecated
has_key?(dict, key)
deprecated
keys(dict)
deprecated
new()
deprecated
Creates a new empty dict.
pop(dict, key, default \\ nil)
deprecated
pop_lazy(dict, key, fun)
deprecated
put(hash_dict, key, value)
deprecated
put_new(dict, key, value)
deprecated
put_new_lazy(dict, key, fun)
deprecated
size(hash_dict)
deprecated
split(dict, keys)
deprecated
take(dict, keys)
deprecated
to_list(dict)
deprecated
update(dict, key, default, fun)
deprecated
update!(dict, key, fun)
deprecated
values(dict)
deprecated
Types
@opaque t()
Functions
This function is deprecated. Use maps and the Map module instead.
This function is deprecated. Use maps and the Map module instead.
This function is deprecated. Use maps and the Map module instead.
This function is deprecated. Use maps and the Map module instead.
This function is deprecated. Use maps and the Map module instead.
This function is deprecated. Use maps and the Map module instead.
This function is deprecated. Use maps and the Map module instead.
This function is deprecated. Use maps and the Map module instead.
This function is deprecated. Use maps and the Map module instead.
This function is deprecated. Use maps and the Map module instead.
This function is deprecated. Use maps and the Map module instead.
This function is deprecated. Use maps and the Map module instead.
@spec new() :: Dict.t()
Creates a new empty dict.
This function is deprecated. Use maps and the Map module instead.
This function is deprecated. Use maps and the Map module instead.
This function is deprecated. Use maps and the Map module instead.
This function is deprecated. Use maps and the Map module instead.
This function is deprecated. Use maps and the Map module instead.
This function is deprecated. Use maps and the Map module instead.
This function is deprecated. Use maps and the Map module instead.
This function is deprecated. Use maps and the Map module instead.
This function is deprecated. Use maps and the Map module instead.
This function is deprecated. Use maps and the Map module instead.
This function is deprecated. Use maps and the Map module instead.
This function is deprecated. Use maps and the Map module instead.