VCFRecord.pos

Get position (POS, column 2) * * NB: internally BCF is uzing 0 based coordinates; we only show +1 when printing a VCF line with toString (which calls vcf_format)

  1. ZB pos [@property getter]
    struct VCFRecord
    @property
    pos
    ()
    out (coord) { assert (coord >= 0); }
  2. ZB pos [@property setter]

Meta