Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ runit_setdiff
Function
runit_setdiff
inst/tinytest/cpp/sugar.cpp:695–697 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
693
694
// [[Rcpp::export]]
695
IntegerVector runit_setdiff( IntegerVector x, IntegerVector y){
696
return setdiff( x, y) ;
697
}
698
699
// [[Rcpp::export]]
700
bool runit_setequal_integer(IntegerVector x, IntegerVector y) {
Callers
nothing calls this directly
Calls
1
setdiff
Function · 0.85
Tested by
no test coverage detected