pub type Alignments<'a> = Map<Iter<'a, bam_pileup1_t>, fn(_: &'a bam_pileup1_t) -> Alignment<'a>>;
Expand description
Iterator over alignments of a pileup.
Aliased Typeยง
struct Alignments<'a> { /* private fields */ }
pub type Alignments<'a> = Map<Iter<'a, bam_pileup1_t>, fn(_: &'a bam_pileup1_t) -> Alignment<'a>>;
Iterator over alignments of a pileup.
struct Alignments<'a> { /* private fields */ }