[[Rcpp::export]]
| 698 | |
| 699 | // [[Rcpp::export]] |
| 700 | bool runit_setequal_integer(IntegerVector x, IntegerVector y) { |
| 701 | return setequal(x, y); |
| 702 | } |
| 703 | |
| 704 | // [[Rcpp::export]] |
| 705 | bool runit_setequal_character(CharacterVector x, CharacterVector y) { |
nothing calls this directly
no test coverage detected