Versions in this module Expand all Collapse all v0 v0.1.1 Oct 14, 2025 v0.1.0 Oct 13, 2025 Changes in this version + const MaxRune + const RuneError + const RuneSelf + const UTFMax + func AppendRune(p []byte, r rune) []byte + func DecodeLastRune[T stringish.Interface](s T) (r rune, size int) + func DecodeRune[T stringish.Interface](s T) (r rune, size int) + func EncodeRune(p []byte, r rune) int + func FullRune[T stringish.Interface](s T) bool + func RuneCount[T stringish.Interface](s T) int + func RuneLen(r rune) int + func RuneStart(b byte) bool + func ValidRune(r rune) bool + func Valid[T stringish.Interface](s T) bool