Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ seq
Function
seq
inst/include/Rcpp/sugar/functions/seq_along.h:52–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
inline Range seq(R_xlen_t start, R_xlen_t end){
53
return Range( start, end ) ;
54
}
55
56
57
} // Rcpp
Callers
1
runit_RangeIndexer
Function · 0.85
Calls
1
Range
Class · 0.70
Tested by
no test coverage detected