SAMReader.AllRecordsRange

Iterate through all records in the SAM

Constructors

this
this(HtsFile fp, SAMHeader header, off_t offset)
Undocumented in source.

Members

Functions

front
SAMRecord front()
popFront
void popFront()

InputRange interface

save
AllRecordsRange save()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

empty
bool empty [@property getter]

InputRange interface

Meta