MCPcopy 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
52inline Range seq(R_xlen_t start, R_xlen_t end){
53 return Range( start, end ) ;
54}
55
56
57} // Rcpp

Callers 1

runit_RangeIndexerFunction · 0.85

Calls 1

RangeClass · 0.70

Tested by

no test coverage detected