Type Definition libR_sys::PROTECT_INDEX

source ·
pub type PROTECT_INDEX = c_int;
Expand description

We sometimes need to coerce a protected value and place the new coerced value under protection. For these cases PROTECT_WITH_INDEX saves an index of the protection location that can be used to replace the protected value using REPROTECT.