PerBaseInfo

Undocumented in source.

Constructors

this
this(R read, Args args)
Undocumented in source.

Members

Aliases

Options
alias Options = staticFilter!(isOption, TagsAndOptions)
Undocumented in source.
Tags
alias Tags = staticFilter!(isTag, TagsAndOptions)
Undocumented in source.

Functions

constructFront
void constructFront(Result* addr)

Allows to construct front element in-place, avoiding a copy.

empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
front
Result front()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
PerBaseInfo opAssign(PerBaseInfo other)
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.
reverse_strand
bool reverse_strand()

Returns true if the read is reverse strand, and false otherwise.

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

Structs

Result
struct Result
Undocumented in source.

Meta