Using the word "identifier" for our intern string class has been deemed to vague. In order to make it more clear what the intern string class is, and how it use it, this change list makes a few changes:
The data type "identifier" is renamed to "internstring" - concretely describing what it is.
The intern string class RtIdentifier is renamed RtString, making it short and sweet and more descriptive.
Class docs has been updated to clarify when to use this class.
This gives us a more consistent naming for string handling in the API, where mx::string is the ordinary string class for general use and mx::RtString is the runtime string class with string interning.
Using the word "identifier" for our intern string class has been deemed to vague. In order to make it more clear what the intern string class is, and how it use it, this change list makes a few changes:
This gives us a more consistent naming for string handling in the API, where
mx::string
is the ordinary string class for general use andmx::RtString
is the runtime string class with string interning.