# Constants
EqualityCheck is a simple direct == or Contains check.
PrefixCheck is a strings.HasPrefix check, linear scan when a set is checked.
SuffixCheck is a strings.HasSuffix check, linear scan when a set is checked.
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author