Expand description
The code in this module provides a trait that is implemented against char
that allows testing
or retrieving the Unicode category for the character as well as two enum
s for identifying
character classes.
Enums§
- Major
Category - enum for distinguishing Unicode major categories of characters
- Minor
Category - enum for distinguishing Unicode minor categories of characters