//
pkg.gl
Category
golang.org/x/text
internal
stringset
package
0.21.0
Repository:
https://go.googlesource.com/text
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
18
Files
57 SLOC
#
Functions
NewBuilder
NewBuilder returns a new and initialized Builder.
Search
Search returns the index of the given string or -1 if it is not in the set.
#
Structs
Builder
A Builder constructs Sets.
Set
A Set holds a collection of strings that can be looked up by an index number.