| 68 | |
| 69 | template <int RTYPE, bool NA, typename T> |
| 70 | inline IntegerVector self_match( const VectorBase<RTYPE,NA,T>& x ){ |
| 71 | Vector<RTYPE> vec(x) ; |
| 72 | return sugar::SelfHash<RTYPE>(vec).fill_and_self_match() ; |
| 73 | } |
| 74 | |
| 75 | |
| 76 | } // Rcpp |
no test coverage detected