scanNewline

Scans a Newline and sets p one character past it.

  1. bool scanNewline(ref cchar* p)
    bool
    scanNewline
    (
    ref cchar* p
    )
    in { assert (p); }
  2. bool scanNewline(ref cchar* p, cchar* end)

Return Value

Type: bool

true if found or false otherwise.

Meta