package digit func RuneIs(value rune) bool { return '0' <= value && value <= '9' }