Registry / utility / golangplus-bytes

golangplus-bytes

JSON →
library1.0.0gogounverified

Package bytesp provides supplementary functions for the standard bytes package.

go get github.com/golangplus/bytes
INSTALL
IMPORT
SIG · GOLANGPLUS-BYTES
G
golangplus-bytes
utilitygov1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

bytesp
github.com/golangplus/bytes

Checks if a byte slice contains any bytes from another slice.

package main import ( "fmt" "github.com/golangplus/bytes" ) func main() { fmt.Println(bytesp.ContainsAny([]byte("hello"), []byte("ae"))) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
golangplus-bytes — go get golangplus-bytes · libregistry