skipToNextLine

Sets the read pointer to the start of the next line.

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

Parameters

p const(char)*

the read pointer

Meta