filter
function
clojure.test.check.rose-tree/filter
(filter [pred rose])Returns a new Rose tree whose values pass `pred`. Values who
do not pass `pred` have their children cut out as well.
Examples
No examples yet. Be the first to add one!
clojure.test.check.rose-tree/filter
(filter [pred rose])No examples yet. Be the first to add one!