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.
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |