Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StringSliceContainAll ¶ added in v0.6.0
StringSliceContainAll return true iff the container contain all elements of the target. If the target slice is empty, it will return true.
func StringSliceContainAny ¶ added in v0.6.0
StringSliceContainAny return true iff the container contain one of the element at target slice. If the slice is empty, it will return false.
func StringSliceExcept ¶
StringSliceExcept return a new slice that without the element appears in the second slice.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.