VCFRecord.addFormat

auto bcf_update_format_int32(const(bcf_hdr_t) *hdr, bcf1_t *line, const(char) *key, int *values, int n) // @suppress(dscanner.style.undocumented_declaration)

  1. void addFormat(string tag, T data)
  2. void addFormat(string tag, T[] data)
    class VCFRecord
    void
    addFormat
    (
    T
    )
    (
    string tag
    ,
    T[] data
    )

Meta