startsWith

TOOD Merge into Phobos' startsWith.

template startsWith(needles...)
@trusted
uint
startsWith
(
Haystack
)
(
Haystack haystack
)
if (
!is(CommonType!(typeof(Haystack.front), needles) == void)
)
if (
isExpressionTuple!needles &&
needles.length != 0
)

Members

Functions

startsWith
uint startsWith(Haystack haystack)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta