R/utils.R

Defines functions sort_c

sort_c <- function(x) {
  withr::with_collate("C", sort(x))
}
r-lib/pkgapi documentation built on March 7, 2020, 10:55 a.m.