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).
macro_rules! impl_set_coerce_into_r {
($from:ty) => { ... };
}Macro for HashSet<T>/BTreeSet<T> where T coerces to i32 (R’s native integer type).