go/src/unicode/digit.go

// IsDigit reports whether the rune is a decimal digit.
func IsDigit(r rune) bool {}