copy method

Rope copy()

Creates a deep copy of this Rope

Implementation

Rope copy() => Rope._fromNode(_root, _length);