The OpenD Programming Language

scanLeftAny

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

Members

Functions

scanLeftAny
inout(C)[] scanLeftAny(inout(C)[] str, C[L] chars)

Meta