Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ integer_erase2
Function
integer_erase2
inst/tinytest/cpp/Vector.cpp:252–255 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
250
251
// [[Rcpp::export]]
252
IntegerVector integer_erase2( IntegerVector y ){
253
y.erase(1,2) ;
254
return y ;
255
}
256
257
// [[Rcpp::export]]
258
IntegerVector integer_fill( IntegerVector y ){
Callers
nothing calls this directly
Calls
1
erase
Method · 0.80
Tested by
no test coverage detected