startsWith.startsWith

Undocumented in source. Be warned that the author may not have intended to support it.
template startsWith(needles...)
@trusted
uint
startsWith
(
Haystack
)
(
Haystack haystack
)
if (
!is(CommonType!(typeof(Haystack.front), needles) == void)
)
if (
isExpressionTuple!needles &&
needles.length != 0
)

Meta