package ascii

Import Path
	github.com/gotd/td/internal/ascii (on go.dev)

Dependency Relation
	imports 0 packages, and imported by one package

Involved Source Files Package ascii provides data and functions to test some properties of ASCII code points.
Package-Level Functions (total 3, all are exported)
IsDigit reports whether the rune is a decimal digit.
IsLatinLetter reports whether the rune is ASCII latin letter.
IsLatinLower reports whether the rune is lower ASCII latin letter.