isOtherSymbol function

bool isOtherSymbol(
  1. int character
)

Implementation

bool isOtherSymbol(int character) => otherSymbolCharacters[character];