Fork me on GitHub
#specter
<
2016-12-19
>
souenzzo14:12:43

Hi, https://github.com/nathanmarz/specter/issues/117

(setval [ALL even?] NONE [1 2 3 4])
;; => [1 3]
Is there any way to do this in 0.12?

nathanmarz14:12:05

@souenzzo no, that issue isn't implemented

nathanmarz14:12:21

you could always make your own version of ALL that has that functionality