vendor/golang.org/x/text/unicode/bidi.Properties.IsBracket (method)
4 uses
vendor/golang.org/x/text/unicode/bidi (current package)
bidi.go#L115: } else if props.IsBracket() {
bidi.go#L330: if prop.IsBracket() {
bidi.go#L352: if prop.IsBracket() {
prop.go#L37: func (p Properties) IsBracket() bool { return p.entry&0xF0 != 0 }
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)