SAMReader.RecordRangeMulti

Iterate over records falling within queried regions using a RegionList

Constructors

this
this(htsFile* fp, hts_idx_t* idx, bam_hdr_t* header, SAMFile* sam, string[] regions)

Members

Functions

empty
bool empty()
front
SAMRecord front()
popFront
void popFront()

InputRange interface

Meta