bytes.asciiSet.contains (method)
4 uses
bytes (current package)
bytes.go#L212: if as.contains(c) {
bytes.go#L267: if as.contains(s[i]) {
bytes.go#L886: func (as *asciiSet) contains(c byte) bool {
bytes.go#L898: return r < utf8.RuneSelf && as.contains(byte(r))
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)