dropUntil.dropUntil

Undocumented in source. Be warned that the author may not have intended to support it.
template dropUntil(alias pred)
dropUntil
(
InputRange
)
(
InputRange rs
)
if (
isInputRange!(Unqual!InputRange)
)
if (
is(typeof(unaryFun!pred))
)

Meta