Structsยง
- Reusable
String - A wrapper around
Stringthat allows for reusing its allocation. - Reusable
String Guard - A RAII guard that provides temporary, exclusive access to a
Stringfrom aReusableString.
String that allows for reusing its allocation.String from a
ReusableString.