Function R_set_altlogical_Get_region_method

Source
pub unsafe extern "C" fn R_set_altlogical_Get_region_method(
    cls: R_altrep_class_t,
    fun: R_altlogical_Get_region_method_t,
)
Expand description

Sets the function pointer inside the ALTREP class object. Behaviour is undefined if cls is not a compact integer vector class. There is no facility for unregistering ALTREP classes, so once a function pointer is set from a package shared library, it must not be unloaded.