Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ seq_len
Function
seq_len
inst/include/Rcpp/sugar/functions/seq_along.h:48–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
inline sugar::SeqLen seq_len( const size_t& n){
49
return sugar::SeqLen( n ) ;
50
}
51
52
inline Range seq(R_xlen_t start, R_xlen_t end){
53
return Range( start, end ) ;
Callers
3
runit_plus_seqlen
Function · 0.85
runit_Range
Function · 0.85
runit_seqlen
Function · 0.85
Calls
1
SeqLen
Class · 0.85
Tested by
no test coverage detected