HashDict — Elixir v1.18.3 (original) (raw)
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
has_key?(dict, key) deprecated
new() deprecated
Creates a new empty dict.
size(hash_dict) deprecated
split(dict, keys) deprecated
take(dict, keys) deprecated
Types
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.
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.