You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be the following set operations on @immut/hash{map, set}:
// T is either T[K, V] or T[K]fnintersection(T, T) ->Tfnunion(T, T) ->Tfndifference(T, T) ->T// only in hashmap for customed conflict resolution functionfnintersection_with(T, T, (V, V) ->V) ->Tfnunion_with(T, T, (V, V) ->V) ->T
There should be the following set operations on
@immut/hash{map, set}
:This clojure library might be a good reference:
https://github.com/cnuernber/ham-fisted
The text was updated successfully, but these errors were encountered: