endsWith

TOOD Merge into Phobos' endsWith.

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

Members

Functions

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

Meta