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

Function runit_self_match

inst/tinytest/cpp/sugar.cpp:654–656  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

652
653// [[Rcpp::export]]
654IntegerVector runit_self_match( CharacterVector x){
655 return self_match( x ) ;
656}
657
658// [[Rcpp::export]]
659Rcpp::IntegerVector runit_unique_int(Rcpp::IntegerVector x) {

Callers

nothing calls this directly

Calls 1

self_matchFunction · 0.85

Tested by

no test coverage detected