Skip to main content

altrep_data2_as_unchecked

Function altrep_data2_as_unchecked 

Source
pub unsafe fn altrep_data2_as_unchecked<T: TypedExternal>(
    x: SEXP,
) -> Option<ExternalPtr<T>>
Expand description

Extract the ALTREP data2 slot (unchecked version).

Skips thread safety checks for performance-critical ALTREP callbacks.

ยงSafety

  • x must be a valid ALTREP SEXP
  • Must be called from the R main thread (guaranteed in ALTREP callbacks)