isidbeg

  1. int isidbeg(char c)
    int
    isidbeg
    (
    char c
    )
  2. int isidbeg(dchar c)
  3. int isidbeg(uint c)

Return Value

Type: int

true if c is the beginning of a D identifier (only ASCII.)

Meta