MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / integer_insert

Function integer_insert

inst/tinytest/cpp/Vector.cpp:205–209  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

203
204// [[Rcpp::export]]
205IntegerVector integer_insert( IntegerVector y){
206 y.insert( 0, 5 ) ;
207 y.insert( 2, 7 ) ;
208 return y ;
209}
210
211// [[Rcpp::export]]
212IntegerVector integer_erase( IntegerVector y ){

Callers

nothing calls this directly

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected