insert-left*
function
rewrite-clj.zip/insert-left*
(insert-left* [zloc item])Raw version of [[insert-left]].
Returns zipper with node `item` inserted as the left sibling of current node in `zloc`,
without moving location.
NOTE: This function does no coercion, does not skip, nor provide any special handling for whitespace/comment nodes.
Examples
No examples yet. Be the first to add one!