chickadee » rope » string->rope

string->rope string #!optional start endprocedure

Constructs a rope from the given string. The resulting rope is guaranteed to be balanced. If start and end indices are given, the resulting rope will consist of only the characters in that range of the string.