Versions in this module Expand all Collapse all v1 v1.0.0 Apr 3, 2026 Changes in this version + func CharacterCount(b []byte) int + func CharacterCountInString(str string) int + func Clamp(val, min, max int) int + func DecodeCharacter(b []byte) (rune, []rune, int) + func DecodeCharacterInString(str string) (rune, []rune, int) + func RunePos(b []byte, i int) int + func SliceEnd(slc []byte, index int) []byte + func SliceStart(slc []byte, index int) []byte