Skip to main content

Module vctrs_generics

Module vctrs_generics 

Source
Expand description

Known vctrs S3 generic names used to auto-insert @importFrom vctrs.

Independent of the vctrs feature flag โ€” users can write #[miniextendr(s3(generic = "vec_proxy", class = "my_class"))] whether or not the Vctrs derive is enabled.

Constantsยง

VCTRS_GENERICS ๐Ÿ”’
All vctrs-exported generics users might implement S3 methods for.

Functionsยง

is_vctrs_generic ๐Ÿ”’
Returns true if generic is a vctrs generic that needs @importFrom vctrs.