macro_rules! impl_vec_coerce_into_r {
($from:ty => $to:ty) => { ... };
}Expand description
Macro for Vec<T> where T coerces to a native R type.
Allocates the R vector directly and coerces in-place — no intermediate Vec.
macro_rules! impl_vec_coerce_into_r {
($from:ty => $to:ty) => { ... };
}Macro for Vec<T> where T coerces to a native R type.
Allocates the R vector directly and coerces in-place — no intermediate Vec.