Enum member gs
Create a GodotStringLiteral.
enum gs(string str)
= GodotStringLiteral!str .init;
D string
to Godot String
conversion is expensive and cannot be done
at compile time. This literal does the conversion once the first time it's
needed, then caches the String, allowing it to implicitly convert to String at
no run time cost.