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

Function integer_push_front

inst/tinytest/cpp/Vector.cpp:199–202  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

197
198// [[Rcpp::export]]
199IntegerVector integer_push_front( IntegerVector y ){
200 y.push_front( 5 ) ;
201 return y ;
202}
203
204// [[Rcpp::export]]
205IntegerVector integer_insert( IntegerVector y){

Callers

nothing calls this directly

Calls 1

push_frontMethod · 0.45

Tested by

no test coverage detected