skipAsciiWhitespace

Skips the read pointer over ASCII white-space comprising '\t', '\r', '\n' and ' '.

@nogc nothrow pure
@forceinline
void
skipAsciiWhitespace
(
ref const(char)* p
)

Parameters

p const(char)*

the read pointer

Meta