//
pkg.gl
Category
golang.stackrox.io/grpc-http1
internal
sliceutils
package
0.3.12
Repository:
https://github.com/stackrox/go-grpc-http1.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
2
Files
19 SLOC
#
Functions
Find
Find returns, given a slice and an element, the first index of elem in the slice, or -1 if the slice does not contain elem.
ShallowClone
ShallowClone clones a slice, creating a new slice and copying the contents of the underlying array.