TakeUntil.this

Undocumented in source.
struct TakeUntil(alias pred, Range, Sentinel)
this
(
Range input
,
Sentinel sentinel
)
if (
isInputRange!Range
)

Meta