Type Definition libR_sys::R_xlen_t

source ·
pub type R_xlen_t = isize;
Expand description

R_xlen_t is defined as int on 32-bit platforms, and that confuses Rust. Keeping it always as ptrdiff_t works fine even on 32-bit.