seekPast

Searches for a specific character known to appear in the stream and skips the read pointer over it.

@nogc nothrow
@forceinline
void
seekPast
(
char c
)
(
ref const(char)* p
)

Parameters

c

the character

p const(char)*

the read pointer

Meta