SAMReader.AllRecordsRange

Iterate through all records in the SAM/BAM/CRAM

struct SAMReader
struct AllRecordsRange {}

Destructor

~this
~this()

Undocumented in source.

Members

Functions

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

InputRange interface

Meta