biod ~master (2019-12-17T12:58:49Z)
Home
Dub
Repo
SffReadRange
bio
std
sff
readrange
Undocumented in source.
struct
SffReadRange {
this
(Stream stream, ushort number_of_flows_per_read, IndexLocation index_location);
bool
empty
();
SffRead
front
();
void
popFront
();
}
Constructors
this
this
(Stream stream, ushort number_of_flows_per_read, IndexLocation index_location)
Undocumented in source.
Members
Functions
empty
bool
empty
()
Undocumented in source. Be warned that the author may not have intended to support it.
front
SffRead
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.
Meta
Source
See Implementation
bio
std
sff
readrange
structs
SffReadRange