Skip to main content

splice-killing-backward

function

rewrite-clj.paredit/splice-killing-backward

(splice-killing-backward [zloc])
Return `zloc` with current and right siblings spliced into parent sequence. - `(a (b c |d e f) g) => (a |d e f g)` - `(foo (let ((x 5)) |(sqrt n)) bar) => (foo |(sqrt n) bar)`

No examples yet. Be the first to add one!