insert-right*
function
rewrite-clj.zip/insert-right*
(insert-right* [zloc item])Raw version of [[insert-right]].
Returns zipper with node `item` inserted as the right sibling of the 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!