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

front
SAMRecord front()
popFront
void popFront()

InputRange interface

Properties

empty
bool empty [@property getter]

InputRange interface

Meta