Function: subst-if-not

Substitute NEW for elts not matching PREDICATE in TREE (non-destructively).
Return a copy of TREE with all non-matching elements replaced by NEW.

Keywords supported: :key

(fn NEW PREDICATE TREE [KEYWORD VALUE]...)