MapSetMap (Anoma v0.29.0)
An IdentityMap where the values are MapSets, plus some convenient helper functions.
Summary
Types
Link to this type
t(k, v)
@type t(k, v) :: IdentityMap.t(k, MapSet.t(v))
Functions
Link to this function
add(map, key, value)
Link to this function
empty_map_p(x)
Link to this function
get(map, key)
@spec get(t(key(), value()), key()) :: value()
Link to this function
new()
@spec new() :: t(key(), value())
Link to this function