scanNewline

Scans a Newline and sets p one character past it.

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

Return Value

Type: bool

true if found or false otherwise.

Meta