Skip to main content

r_check_for_reference

Function r_check_for_reference 

Source
fn r_check_for_reference(type_ref: &TypeReference) -> Option<RTypeCheck>
Expand description

Map a reference type to its R-side type check.

Handles &str and &Path (character scalar), &[T] (vector based on element type), and &Dots (skipped). Returns None for unrecognized reference types.