Convenience function to pull an int value out of R. Only used when embedding an R interpreter inside a D program.
ulong x = scalar!ulong("rx"); ulong x = "rx".scalar!ulong; // 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.