BCF_UN_STR

bcf_unpack() - unpack/decode a BCF record (fills the bcf1_t::d field)

Note that bcf_unpack() must be called even when reading VCF. It is safe to call the function repeatedly, it will not unpack the same field twice.

@system extern (C) @nogc nothrow
enum BCF_UN_STR = 1;

Meta