Versions in this module Expand all Collapse all v1 v1.142.0 Sep 21, 2026 Changes in this version + func MayFoldToASCII(r rune) bool + type Chars struct + func ToChars(bytes []byte) Chars + func (chars *Chars) Bytes() []byte + func (chars *Chars) CopyRunes(dest []rune, from int) + func (chars *Chars) Get(i int) rune + func (chars *Chars) IsBytes() bool + func (chars *Chars) Length() int + func (chars *Chars) MayFoldToASCII() bool + func (chars *Chars) Runes() []rune + type Slab struct + I16 []int16 + I32 []int32 + func MakeSlab(size16, size32 int) *Slab