biod ~meson (2022-05-07T11:17:22.3072764)
Dub
Repo
PileupChunkRange
bio
bam
pileup
Undocumented in source.
struct
PileupChunkRange (
C
) {
this
(C chunks, bool use_md_tag, ulong start_from, ulong end_at);
bool
empty
();
auto
front
();
void
popFront
();
}
Constructors
this
this
(C chunks, bool use_md_tag, ulong start_from, ulong end_at)
Undocumented in source.
Members
Functions
empty
bool
empty
()
Undocumented in source. Be warned that the author may not have intended to support it.
front
auto
front
()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
bio
bam
pileup
classes
PileupRange
PileupRangeUsingMdTag
functions
makePileup
pileupChunks
pileupColumns
pileupInstance
takeUntil
manifest constants
useMD
structs
AbstractPileup
PileupChunkRange
PileupColumn
PileupRead
TakeUntil