//
pkg.gl
Category
github.com/heptio/ark
pkg
util
stringslice
package
0.11.1
Repository:
https://github.com/heptio/ark.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
7
Files
21 SLOC
#
Functions
Except
Except returns a new string slice that contains all of the entries from `items` except `val`.
Has
Has returns true if the `items` slice contains the value `val`, or false otherwise.