Fork me on GitHub
#specter
<
2017-03-10
>
tolitius02:03:41

@nathanmarz

(setval [MAP-VALS (comp not :a)] NONE data)
would also work, what would be the difference in it vs.
(setval [MAP-VALS (selected? :a (complement identity))] NONE data)

tolitius02:03:09

would selected? be more performant?

nathanmarz02:03:18

definitely not

nathanmarz02:03:28

the comp approach might be slightly more performant

nathanmarz02:03:53

pretty minor though

tolitius02:03:25

thanks. trying to reason when to use an fn vs. a navigator

nathanmarz03:03:02

in this case it doesn't really matter