func bytes.ContainsAny
4 uses
bytes (current package)
bytes.go#L80: func ContainsAny(b []byte, chars string) bool {
encoding/pem
pem.go#L59: if !bytes.ContainsAny(data, " \t") {
html/template
escape.go#L680: if bytes.ContainsAny(s[written:i1], "\n\r\u2028\u2029") {
transition.go#L253: if bytes.ContainsAny(s, "#?") {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |