isComma static method

bool isComma(
  1. int c
)

Implementation

static bool isComma(int c) => c == CC_COMMA;