bcf_index_seqnames

Get a list (char **) of sequence names from the index -- free only the array, not the values

extern (C) @system pragma(inline, true) @nogc nothrow
bcf_index_seqnames
(
const(hts_idx_t)* idx
,
const(bcf_hdr_t)* hdr
,
int* nptr
)

Meta