package
Version:
v1.0.0-bc7
Opens a new window with list of versions in this module.
Published: Nov 27, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 6
Opens a new window with list of known importers.
Documentation
¶
Package slice provides a set of functions around slices.
func ContainsAll(slice, containedSlice []string) bool
ContainsAll return true if a string slice contains all elements of another
string slice, otherwise returns false.
HasString returns true if the given string value is found in the provided
slice, otherwise returns false.
IsEmpty returns true if a string slice is empty or contains empty string
values, otherwise returns false.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.