skipWhile

Like std.algorithm.skipOver, but stops when pred(suffix) or pred(suffix[0]) returns false.

template skipWhile(alias pred)
T[]
skipWhile
(
T
)
(
ref T[] source
,
bool orUntilEnd = false
)

Members

Functions

skipWhile
T[] skipWhile(T[] source, bool orUntilEnd)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta