Skip to main content

impl_vec_coerce_into_r

Macro impl_vec_coerce_into_r 

Source
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.