Iterate over the key/value pairs the map contains.
Iterate over the key/value pairs the map contains.
Test whether a given value is a Signal.Map with identical contents to
this map.
Test whether the map is empty.
Iterate over the keys the map contains.
Obtain a Signal.Computed representing the current value of the given key in the map. The signal will update when the value changes, and will not respond to changes to any other elements of the map.
Get the size of the map.
Iterate over the values associated with every key in the map.
StaticisTest whether a value is a Signal.ReadonlyMap.
A read-only view of a Signal.Map.
This acts just like the Signal.Map it was created from, mirroring the current contents of the source map, but without the ability to modify it.