cessen / ropey

A utf8 text rope for manipulating and editing large texts.
MIT License
1.04k stars 46 forks source link

Add Rope::is_instance #78

Closed pascalkuthe closed 1 year ago

pascalkuthe commented 1 year ago

This function allows a quick test if a Rope is an unmodified clone of another Rope by performing a ptr comparison of the inner Arc.

cessen commented 1 year ago

Looks good to me. Thanks!