Skip to main content

LENGTH_unchecked

Function LENGTH_unchecked 

Source
unsafe extern "C-unwind" fn LENGTH_unchecked(x: SEXP) -> c_int
Expand description

Get the length of a SEXP as int (for short vectors < 2^31).

For long vectors, use Rf_xlength() instead. Returns 0 for R_NilValue. Unchecked FFI binding for LENGTH. Generated from source location line 2260, column 8. Generated from source file miniextendr-api/src/ffi.rs.