A simple function to compute the lengths of the elements of an R list
Source:R/RcppExports.R
c_listlengths.RdA simple function to compute the lengths of the elements of an R list
Details
This is equivalent to the base::lengths however it it much
faster for long lists (and somewhat slower for short ones).