Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultCost = &Cost{
Del: 10,
Ins: 1,
Subs: 10}
Functions ¶
Types ¶
type ByDistance ¶
type ByDistance []*Entry
func (ByDistance) Len ¶
func (s ByDistance) Len() int
func (ByDistance) Less ¶
func (s ByDistance) Less(i, j int) bool
func (ByDistance) Swap ¶
func (s ByDistance) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.