Skip to main content

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.

No examples yet. Be the first to add one!