The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
scanRightAny.scanRightAny
mir
string
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
(
isSomeChar
!
C
&&
L
)
if
(
op
== "==" ||
op
== "!="
)
Meta
Source
See Implementation
mir
string
scanRightAny
functions
scanRightAny