toAsciiCode
..Root.String.toAsciiCode
Converts first character of string to integer (following ASCII code).
Int
String
NativeCallable, Callable
NativeCallable
Callable
auto str.=("abc"); log(str[0].get().toAsciiCode());
97