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
xmust be a valid ALTREP SEXP- Must be called from the R main thread (guaranteed in ALTREP callbacks)