Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AcceptAll ¶ added in v0.4.5
type AcceptAll struct {
Alph *tilemapping.TileMapping
}
func (AcceptAll) GetAlphabet ¶ added in v0.4.5
func (lex AcceptAll) GetAlphabet() *tilemapping.TileMapping
func (AcceptAll) HasAnagram ¶ added in v0.4.5
type Lexicon ¶ added in v0.4.5
type Lexicon interface { Name() string GetAlphabet() *tilemapping.TileMapping HasWord(word Word) bool HasAnagram(word Word) bool }
type Word ¶
type Word = tilemapping.MachineWord
Click to show internal directories.
Click to hide internal directories.