Returns a canonical representation for @string. Interned strings can be compared for equality by comparing the pointers, instead of using strcmp().
a string
a canonical representation for the string
2.10
See Implementation
Returns a canonical representation for @string. Interned strings can be compared for equality by comparing the pointers, instead of using strcmp().