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§
- SendSEXP
- A wrapper around R’s pointer type
SEXPthat isSend.