The OpenD Programming Language

scanRightAny.scanRightAny

template scanRightAny(string op = "==")
@trusted pure nothrow @nogc
inout(C)[]
scanRightAny
(
C
size_t L
)
(
return scope inout(C)[] str
,
const C[L] chars...
)
if (
L
)
if (
op == "==" ||
op == "!="
)

Meta