token.opCall

Undocumented in source. Be warned that the author may not have intended to support it.
struct token(string t)
static
opCall
(
R
)
(
R i
)
if (
isForwardRange!R &&
is(typeof(equal(i, t)))
)

Meta