Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsHexadecimal ¶
Is the given rune a valid component of a hexadecimal number?
func Levenshtein ¶
Levenshtein returns the edit distance between a and b, counting insertions, deletions, and substitutions (all cost = 1). It operates on runes (Unicode code points), not bytes.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.