Sourceror.Zipper.insert_right

You're seeing just the function insert_right, go back to Sourceror.Zipper module for more information.
Link to this function

insert_right(arg, child)

View Source

Specs

insert_right(zipper(), tree()) :: zipper()

Inserts the item as the right sibling of the node at this zipper, without moving. Raises an ArgumentError when attempting to insert a sibling at the top level.