isSign static method

bool isSign(
  1. int c
)

Implementation

static bool isSign(int c) => c == CC_MINUS || c == CC_PLUS;