skipAllOf

Skips the read pointer over all and any of the given characters.

@nogc nothrow pure
@forceinline
void
skipAllOf
(
string cs
)
(
ref const(char)* p
)

Parameters

cs

the characters to skip over

p const(char)*

the read pointer

Meta