Skip to main content

impl_set_coerce_into_r

Macro impl_set_coerce_into_r 

Source
macro_rules! impl_set_coerce_into_r {
    ($from:ty) => { ... };
}
Expand description

Macro for HashSet<T>/BTreeSet<T> where T coerces to i32 (R’s native integer type).