VCFWriter.this

setup and copy a header from another BCF/VCF as template

  1. this()
  2. this(string fn)
  3. this(string fn, T other)
    struct VCFWriter
    this
    (
    T
    )
    (
    string fn
    ,)
    if (
    is(T == VCFHeader*) ||
    is(T == bcf_hdr_t*)
    )

Meta