Or maybe this can be `map_vec()`? ```R modify.vector <- function(.x, .f, ...) { map_vec(.x, .f, ..., .ptype = .x) } ```