package
1.0.0-dev.156
Repository: https://github.com/xgodev/boost.git
Documentation: pkg.go.dev

# Functions

SliceContains receives a slice of string and checks if contains str.
SliceContainsAll receives a slice of string and checks if contains all of string slice.
SliceContainsOneOf receives a slice of string and checks if contains one of string.
SliceNotContains receives a slice of string and checks if contains str.
SliceNotContainsOneOf receives a slice of string and checks if contains one of string.