Module extendr_api::ownership::send_sexp

source ·
Expand description

Provide a wrapper around R’s pointer type SEXP that is Send.

This can lead to soundness issues, therefore accessing the SEXP has to happen through the unsafe method SendSEXP::inner.

Structs§

  • A wrapper around R’s pointer type SEXP that is Send.