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
Currently it uses a map internally. Perhaps it would be quicker to just use erlang's sets module instead although it is likely to be less efficient. Alt finish module using maps.
The text was updated successfully, but these errors were encountered:
https://github.com/kjnilsson/fez/blob/master/src/Microsoft.FSharp.Collections.SetModule.erl
Currently it uses a map internally. Perhaps it would be quicker to just use erlang's
sets
module instead although it is likely to be less efficient. Alt finish module using maps.The text was updated successfully, but these errors were encountered: