isRParen static method

bool isRParen(
  1. int c
)

Implementation

static bool isRParen(int c) => c == CC_RPAREN;