SAMReader.RecordRange

Iterate over records falling within a queried region (TODO: itr_multi_query)

Constructors

this
this(htsFile* fp, hts_itr_t* itr)

Members

Functions

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

InputRange interface

Meta