isNewline

  1. bool isNewline(cchar* p)
    bool
    isNewline
    ()
  2. bool isNewline(dchar c)

Return Value

Type: bool

true if p points to the start of a Newline. $(BNF /Newline := "\n" | "\r" | "\r\n" | LS | PS /LS := "\u2028" /PS := "\u2029" /)

Meta