var bytes.asciiSpace
7 uses
bytes (current package)
bytes.go#L402: var asciiSpace = [256]uint8{'\t': 1, '\n': 1, '\v': 1, '\f': 1, '\r': 1, ' ': 1}
bytes.go#L418: isSpace := int(asciiSpace[r])
bytes.go#L434: for i < len(s) && asciiSpace[s[i]] != 0 {
bytes.go#L439: if asciiSpace[s[i]] == 0 {
bytes.go#L447: for i < len(s) && asciiSpace[s[i]] != 0 {
bytes.go#L941: if asciiSpace[c] == 0 {
bytes.go#L953: if asciiSpace[c] == 0 {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)