_RopeSubstring
_RopeSubstring* __old = (_RopeSubstring*)__base;
_RopeSubstring* __result =
static _RopeSubstring* _S_new_RopeSubstring(
_RopeSubstring* __space = _SAllocator(__a).allocate(1);
_RopeSubstring* __space = _S_allocate(1);
return new(__space) _RopeSubstring(__b, __s, __l, __a);