fez icon indicating copy to clipboard operation
fez copied to clipboard

Complete SetModule

Open kjnilsson opened this issue 7 years ago • 0 comments

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.

kjnilsson avatar Dec 26 '17 20:12 kjnilsson