mir-algorithm — Libmir Archive
← Libmir Archive
Dlang.org
scanLeftAny.scanLeftAny
mir
string
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
(
isSomeChar
!
C
&&
L
)
if
(
op
== "==" ||
op
== "!="
)
mir
string
scanLeftAny
functions
scanLeftAny