clear
..Root.String.clear
Erases the contents of the string.
String
NativeCallable, Callable
NativeCallable
Callable
auto str.=("Hello World!"); log(str); log(str.empty());