isPrivateUse function

bool isPrivateUse(
  1. int character
)

Implementation

bool isPrivateUse(int character) => privateUseCharacters[character];