isLParen static method

bool isLParen(
  1. int c
)

Implementation

static bool isLParen(int c) => c == CC_LPAREN;