isOtherLetter function

bool isOtherLetter(
  1. int character
)

Implementation

bool isOtherLetter(int character) => otherLetterCharacters[character];