Create a rope concatenating two other ropes.
Avoids gaps: If either node is empty, copies and becomes the other node.
See Implementation
Create a rope concatenating two other ropes.
Avoids gaps: If either node is empty, copies and becomes the other node.