Skip to main content

install_list

Function install_list 

Source
pub unsafe fn install_list<T: AltList>(cls: R_altrep_class_t)
Expand description

Install list-specific methods.

ยงSafety

Must be called during R initialization with a valid ALTREP class handle. Note: Elt is always installed for ALTLIST (required).