package
2.0.0+incompatible
Repository: https://github.com/fireworkmarks/yig.git
Documentation: pkg.go.dev

# Functions

CopyStringSet - returns copy of given set.
CreateStringSet - creates new string set with given string values.
Match - finds whether the text matches/satisfies the pattern string.
MatchSimple - finds whether the text matches/satisfies the pattern string.
NewStringSet - creates new string set.

# Type aliases

StringSet - uses map as set of strings.