Append the given node as the last child of the given focus.
At the keys move and unsafeMove you will find versions where the focus has been moved to the newly appended node.
move
unsafeMove
The underlying type of the tree.
A function that takes a zipper and returns an updated zipper where the focus node has been replaced.
Append the given node as the last child of the given focus.
At the keys
moveandunsafeMoveyou will find versions where the focus has been moved to the newly appended node.