Skip to main content

TRUELENGTH_unchecked

Function TRUELENGTH_unchecked 

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

Get the true length (allocated capacity) of a vector.

May be larger than LENGTH for vectors with reserved space. ALTREP-aware. Unchecked FFI binding for TRUELENGTH. Generated from source location line 2271, column 8. Generated from source file miniextendr-api/src/ffi.rs.