MCPcopy 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
48inline sugar::SeqLen seq_len( const size_t& n){
49 return sugar::SeqLen( n ) ;
50}
51
52inline Range seq(R_xlen_t start, R_xlen_t end){
53 return Range( start, end ) ;

Callers 3

runit_plus_seqlenFunction · 0.85
runit_RangeFunction · 0.85
runit_seqlenFunction · 0.85

Calls 1

SeqLenClass · 0.85

Tested by

no test coverage detected