[[Rcpp::export]]
| 652 | |
| 653 | // [[Rcpp::export]] |
| 654 | IntegerVector runit_self_match( CharacterVector x){ |
| 655 | return self_match( x ) ; |
| 656 | } |
| 657 | |
| 658 | // [[Rcpp::export]] |
| 659 | Rcpp::IntegerVector runit_unique_int(Rcpp::IntegerVector x) { |
nothing calls this directly
no test coverage detected