VCF.Document (VCF v1.0.0)

View Source

A fully collected VCF header, records, and warnings.

Summary

Types

t()

@type t() :: %VCF.Document{
  header: VCF.Header.t(),
  records: [VCF.Record.t()],
  warnings: [VCF.Warning.t()]
}