R/RcppExports.R
c_listlengths.Rd
A simple function to compute the lengths of the elements of an R list
c_listlengths(L)
a list
An integer vector containing the length of each element of L
This is equivalent to the base::lengths
however it it much
faster for long lists (and somewhat slower for short ones).