Skip to content

Instantly share code, notes, and snippets.

@zfogg
Created July 5, 2012 15:54
Show Gist options
  • Save zfogg/3054501 to your computer and use it in GitHub Desktop.
Save zfogg/3054501 to your computer and use it in GitHub Desktop.
Array to Set
Array::toSet = ->
s = {}
s[x] = i for x,i in @
@[v] for k,v of s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment