R/is_altrep.R

Defines functions is_altrep

is_altrep <- function(x) {
  .Call("Cis_altrep", x, PACKAGE = packageName)
}
HughParsonage/hutilscpp documentation built on June 11, 2025, 12:44 a.m.