//
pkg.gl
Category
golang.org/x/tools/gopls
internal
util
moreslices
package
0.18.1
Repository:
https://go.googlesource.com/tools
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
3
Files
16 SLOC
#
Functions
ConvertStrings
ConvertStrings converts a slice of type A (with underlying type string) to a slice of type B (with underlying type string).
Remove
Remove removes all values equal to elem from slice.