fn try_from_sexp_numeric_set<T, S>(
sexp: SEXP,
container: &str,
) -> Result<S, SexpError>Expand description
Convert numeric/logical/raw vectors to a set type with element-wise coercion.
Inherits try_from_sexp_numeric_vec’s batching; container names the target
set type for the message (e.g. "HashSet<u32>").