Create a GodotStringLiteral.
Constructs string from str
Constructs Godot String from str
This is the built-in string class (and the one used by GDScript). It supports Unicode and provides all necessary means for string handling. Strings are reference counted and use a copy-on-write approach, so passing them around is cheap in resources.
Godot's ref-counted wchar_t String class.