dropUntil

Undocumented in source.
template dropUntil(alias pred)
dropUntil
(
InputRange
)
(
InputRange rs
)
if (
isInputRange!(Unqual!InputRange)
)
if (
is(typeof(unaryFun!pred))
)

Members

Functions

dropUntil
auto dropUntil(InputRange rs)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta