macro_rules! impl_scalar_into_r {
($ty:ty, $checked:ident, $unchecked:ident) => { ... };
}Expand description
Macro for scalar IntoR via Rf_Scalar* functions.
macro_rules! impl_scalar_into_r {
($ty:ty, $checked:ident, $unchecked:ident) => { ... };
}Macro for scalar IntoR via Rf_Scalar* functions.