isSurrogate function

bool isSurrogate(
  1. int character
)

Implementation

bool isSurrogate(int character) => surrogateCharacters[character];