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

Function runit_setequal_integer

inst/tinytest/cpp/sugar.cpp:700–702  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

698
699// [[Rcpp::export]]
700bool runit_setequal_integer(IntegerVector x, IntegerVector y) {
701 return setequal(x, y);
702}
703
704// [[Rcpp::export]]
705bool runit_setequal_character(CharacterVector x, CharacterVector y) {

Callers

nothing calls this directly

Calls 1

setequalFunction · 0.85

Tested by

no test coverage detected