isNewline

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

Return Value

Type: bool

true if c is a Newline character.

Meta