Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ size
Method
size
inst/include/Rcpp/sugar/functions/seq_along.h:35–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
return 1 + i ;
34
}
35
inline R_xlen_t size() const { return len ; }
36
37
private:
38
R_xlen_t len ;
Callers
1
seq_along
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected