biod ~master (2019-12-17T12:58:49Z)
Home
Dub
Repo
MafBlockRange
bio
std
maf
reader
struct
MafBlockRange {
this
(string fn);
bool
empty
();
MafBlock
front
();
void
popFront
();
}
Constructors
this
this
(string fn)
Undocumented in source.
Members
Functions
empty
bool
empty
()
front
MafBlock
front
()
popFront
void
popFront
()
Meta
Source
See Implementation
bio
std
maf
reader
classes
MafReader
structs
MafBlockRange