``` r library(vctrs) vec_c(2 + 1i, NA) #> No common type for `..1` <complex> and `..2` <vctrs_unspecified>. ``` <sup>Created on 2019-09-05 by the [reprex package](https://reprex.tidyverse.org) (v0.3.0.9000)</sup>
Created on 2019-09-05 by the reprex package (v0.3.0.9000)