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