Convenience function to pull a string out of R. Only used when embedding an R interpreter inside a D program.
string s = scalar!string("rs"); string s = "rs".scalar!string; // Same thing
See Implementation
Convenience function to pull a string out of R. Only used when embedding an R interpreter inside a D program.