y_ex
v0.2.0
Pages
Modules
Search documentation of y_ex
Settings
View Source
Yex.Map
(y_ex v0.2.0)
A shareable Map type.
Summary
Types
t()
Functions
delete(map, key)
get(map, key)
set(map, key, content)
size(map)
to_json(map)
to_map(map)
Types
Link to this type
t()
View Source
@type
t() :: %Yex.Map{reference:
any
()}
Functions
Link to this function
delete(map, key)
View Source
Link to this function
get(map, key)
View Source
Link to this function
set(map, key, content)
View Source
Link to this function
size(map)
View Source
Link to this function
to_json(map)
View Source
Link to this function
to_map(map)
View Source