pub type AlternativeAlleles = IndexMap<String, Map<AlternativeAllele>>;
VCF header alternative allele records.
struct AlternativeAlleles { /* private fields */ }