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

Function runit_setequal_character

inst/tinytest/cpp/sugar.cpp:705–707  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

703
704// [[Rcpp::export]]
705bool runit_setequal_character(CharacterVector x, CharacterVector y) {
706 return setequal(x, y);
707}
708
709// [[Rcpp::export]]
710IntegerVector runit_intersect( IntegerVector x, IntegerVector y){

Callers

nothing calls this directly

Calls 1

setequalFunction · 0.85

Tested by

no test coverage detected