[[Rcpp::export]]
| 708 | |
| 709 | // [[Rcpp::export]] |
| 710 | IntegerVector runit_intersect( IntegerVector x, IntegerVector y){ |
| 711 | return intersect( x, y ) ; |
| 712 | } |
| 713 | |
| 714 | // [[Rcpp::export]] |
| 715 | NumericVector runit_clamp( double a, NumericVector x, double b){ |
nothing calls this directly
no test coverage detected