macro_rules! impl_vec_try_from_sexp_numeric {
($target:ty) => { ... };
}Expand description
Implement TryFromSexp for Vec<$target> by coercing from integer/real/logical/raw.
macro_rules! impl_vec_try_from_sexp_numeric {
($target:ty) => { ... };
}Implement TryFromSexp for Vec<$target> by coercing from integer/real/logical/raw.