Sourceror.Zipper.insert_left

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

Specs

insert_left(zipper(), tree()) :: zipper()

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