Module Char
A module that provides a Char class — a subtype of int representing a single character code, with utilities such as toUppercase(), isDigit(), and repeat(n).
Import path
import qtil.strings.CharPredicates
| charOf | Get the |
Classes
| Char | A class representing a single character, backed by an integer code point. |