biod ~master (2019-12-17T12:58:49Z)
Home
Dub
Repo
TakeUntil
bio
std
hts
bam
pileup
Undocumented in source.
struct
TakeUntil (
alias
pred
Range
Sentinel
)
if
(
isInputRange
!
Range
) {
bool
_done
;
this
(Range input, Sentinel sentinel);
bool
empty
[@property getter];
auto ref
front
[@property getter];
void
popFront
();
}
Constructors
this
this
(Range input, Sentinel sentinel)
Undocumented in source.
Members
Functions
popFront
void
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
empty
bool
empty
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
auto ref
front
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_done
bool
_done
;
Undocumented in source.
Meta
Source
See Implementation
bio
std
hts
bam
pileup
classes
PileupRange
PileupRangeUsingMdTag
functions
makePileup
pileupChunks
pileupColumns
pileupInstance
takeUntil
manifest constants
useMD
structs
AbstractPileup
PileupChunkRange
PileupColumn
PileupRead
TakeUntil