VCF.Document (VCF v1.0.0)
View SourceA fully collected VCF header, records, and warnings.
Summary
Types
@type t() :: %VCF.Document{ header: VCF.Header.t(), records: [VCF.Record.t()], warnings: [VCF.Warning.t()] }
A fully collected VCF header, records, and warnings.
@type t() :: %VCF.Document{ header: VCF.Header.t(), records: [VCF.Record.t()], warnings: [VCF.Warning.t()] }