isE static method

bool isE(
  1. int c
)

Implementation

static bool isE(int c) => c == CC_E || c == CC_e;