Skip to content

Instantly share code, notes, and snippets.

@trikitrok
Last active March 10, 2018 16:41
(s/def ::b (s/and (s/coll-of int? :kind vector? :count 5 :distinct true)
#(< (apply max %) 16)
#(> (apply min %) 0)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment