isParen static method

bool isParen(
  1. int c
)

Implementation

static bool isParen(int c) => c == CC_LPAREN || c == CC_RPAREN;