Use persistent hashmap as the underlying implementation of maps #414
Milestone
Comments
An ~> m = [&foo=bar &lorem=ipsum]
~> assoc $m foo quux # $m with &foo=quux
[&foo=quux &lorem=ipsum]
~> put $m # $m itself is unchanged
[&foo=bar &lorem=ipsum] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: