Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ integer_fill
Function
integer_fill
inst/tinytest/cpp/Vector.cpp:258–261 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
256
257
// [[Rcpp::export]]
258
IntegerVector integer_fill( IntegerVector y ){
259
y.fill(10) ;
260
return y ;
261
}
262
263
// [[Rcpp::export]]
264
IntegerVector integer_zero(){
Callers
nothing calls this directly
Calls
1
fill
Method · 0.80
Tested by
no test coverage detected