Convenience function to pull an int value out of R. Only used when embedding an R interpreter inside a D program.
long x = scalar!long("rx"); long x = "rx".scalar!long; // Same thing
See Implementation
Convenience function to pull an int value out of R. Only used when embedding an R interpreter inside a D program.