Skip to main content

__rpartialord_partial_cmp_shim

Function __rpartialord_partial_cmp_shim 

Source
#[doc(hidden)]
unsafe extern "C" fn __rpartialord_partial_cmp_shim<__ImplT: RPartialOrd + TypedExternal + Send + 'static>( data: *mut c_void, argc: i32, argv: *const SEXP, ) -> SEXP
Expand description

Method shim for RPartialOrd::partial_cmp.

Converts SEXP arguments, calls the method, and returns SEXP result. Both Rust panics and R longjmps are caught via with_r_unwind_protect.