Documentation ¶
Index ¶
- Constants
- type Builder
- type Dict
- func (d Dict) Code(b byte) word.Code
- func (d Dict) MarshalBinary() ([]byte, error)
- func (d *Dict) ReadFrom(r io.Reader) (int64, error)
- func (d *Dict) UnmarshalBinary(bs []byte) error
- func (d Dict) WithNameSpace(ns, key []byte) word.Word
- func (d Dict) Word(bs []byte) word.Word
- func (d Dict) WriteTo(w io.Writer) (int64, error)
- type Walker
Constants ¶
View Source
const Size = math.MaxUint8 + 1
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
func NewBuilder ¶
func NewBuilder() *Builder
Click to show internal directories.
Click to hide internal directories.