* If there is only a single vector without re-use, no indexing is needed * also reuse the tibble column type abbreviation adding *, e.g. `chr*` * If there are multiple vectors without re-use, in block order, no indexing is needed * tibble column type abbrevation becomes vecvec * etc for other special cases.
chr*