package lowalpha func RuneIs(value rune) bool { return 'a' <= value && value <= 'z' }