AlignedCoordinatesItr

Iterator yielding all AlignedCoordinate pairs for a given CIGAR string

Constructors

this
this(Cigar cigar)
Undocumented in source.

Members

Functions

empty
bool empty()

InputRange interface

front
AlignedCoordinate front()

InputRange interface

popFront
void popFront()

InputRange interface

Variables

current
AlignedCoordinate current;
Undocumented in source.
itr
CigarItr itr;
Undocumented in source.

Meta