Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sahilm/fuzzy
/ types & classes
Types & classes
6 in github.com/sahilm/fuzzy
⨍
Functions
36
◇
Types & classes
6
↓ 2 callers
TypeAlias
stringSource
fuzzy.go:56
Struct
Match
Match represents a matched string.
fuzzy.go:17
TypeAlias
Matches
Matches is a slice of Match structs
fuzzy.go:40
Interface
Source
Source represents an abstract source of a list of strings. Source must be iterable type such as a slice. The source will be iterated over till Len() w
fuzzy.go:49
Struct
employee
fuzzy_test.go:134
TypeAlias
employees
fuzzy_test.go:138