isNotQuote function

bool isNotQuote(
  1. int c
)

Implementation

bool isNotQuote(int c) => c != 0x22;