Quark.gInternString

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

class Quark
static
string
gInternString
(
string string
)

Parameters

string string

a string. [allow-none]

Return Value

Type: string

a canonical representation for the string

Meta