MCPcopy 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]]
695IntegerVector runit_setdiff( IntegerVector x, IntegerVector y){
696 return setdiff( x, y) ;
697}
698
699// [[Rcpp::export]]
700bool runit_setequal_integer(IntegerVector x, IntegerVector y) {

Callers

nothing calls this directly

Calls 1

setdiffFunction · 0.85

Tested by

no test coverage detected