takeWhile

Undocumented in source. Be warned that the author may not have intended to support it.
takeWhile
(
alias pred = `a == b`
R
E
)
if (
isInputRange!R &&
is(typeof(binaryFun!pred(range.front, element)) : bool)
)

Meta