Skip to main content

wrap-fully-forward-slurp

function

rewrite-clj.paredit/wrap-fully-forward-slurp

(wrap-fully-forward-slurp [zloc t])
Create a new seq node of type `t` left of `zloc` then slurp fully into the new node - `[1 |2 3 4] => [1 [|2 3 4]]`

No examples yet. Be the first to add one!