qtil
advanced-security/qtil-swift 0.0.3
Search

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.Char

Predicates

charOf

Get the Char representation of the provided string, which must be a single character.

Classes

Char

A class representing a single character, backed by an integer code point.