parent
62a86ec5fb
commit
346a525a3e
@ -0,0 +1,4 @@
|
||||
(ns wanijo.framework.common)
|
||||
|
||||
(defn in? [coll x]
|
||||
(some (partial = x) coll))
|
Loading…
Reference in new issue