Check if a character is a Unicode whitespace or punctuation character.
public static void CheckUnicodeCategory(this Rune r, scoped out bool space, scoped out bool punctuation)
The character to evaluate. A supplementary character is also accepted.
true if the character is an Unicode whitespace character
true if the character is a Unicode punctuation character