BamRead.SequenceResult

Read-only random-access range for access to sequence data.

Constructors

this
this(const(ubyte[]) data, size_t len, bool use_first_4_bits)
Undocumented in source.

Members

Aliases

opDollar
alias opDollar = length
Undocumented in source.

Functions

opSlice
SequenceResult opSlice(size_t i, size_t j)
popBack
void popBack()
popFront
void popFront()
toString
void toString(void delegate(const(char)[]) dg)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

back
bio.core.base.Base back [@property getter]
empty
bool empty [@property getter]
front
bio.core.base.Base front [@property getter]
length
size_t length [@property getter]
opIndex
size_t opIndex [@property setter]
opIndexAssign
void opIndexAssign(bio.core.base.Base base, size_t i)
save
SequenceResult save [@property getter]

Meta