fn try_from_sexp_numeric_set<T, S>(sexp: SEXP) -> Result<S, SexpError>where S: FromIterator<T>, i32: TryCoerce<T>, f64: TryCoerce<T>, u8: TryCoerce<T>, <i32 as TryCoerce<T>>::Error: Debug, <f64 as TryCoerce<T>>::Error: Debug, <u8 as TryCoerce<T>>::Error: Debug,
Convert numeric/logical/raw vectors to a set type with element-wise coercion.