CigarItr

Range-based iteration of a Cigar string Returns a range of Ops that is the length of all op lengths e.g. if the Cigar is 4M5D2I4M CigarItr will return a range of MMMMDDDDDIIMMMM Range is of the Ops enum not chars

Constructors

this
this(Cigar c)

Undocumented in source.

Members

Functions

empty
bool empty()

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

front
Ops front()

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

popFront
void popFront()

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

Variables

cigar
Cigar cigar;

Undocumented in source.

current
CigarOp current;

Undocumented in source.

Meta