Skip to content

Instantly share code, notes, and snippets.

@wilkes
Created September 30, 2009 18:42
Show Gist options
  • Save wilkes/198336 to your computer and use it in GitHub Desktop.
Save wilkes/198336 to your computer and use it in GitHub Desktop.
(defn is-in? [v vs]
(some #{true} (map #(= % v) vs)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment