type golang.org/x/text/unicode/bidi.bracketType
7 uses
golang.org/x/text/unicode/bidi (current package)
bracket.go#L41: type bracketType byte
bracket.go#L44: bpNone bracketType = iota
bracket.go#L135: func (p *bracketPairer) locateBrackets(pairTypes []bracketType, pairValues []rune) {
core.go#L72: pairTypes []bracketType // paired Bracket types for paragraph
core.go#L102: func newParagraph(types []Class, pairTypes []bracketType, pairValues []rune, levels level) *paragraph {
core.go#L1038: func validatePbTypes(pairTypes []bracketType) {
core.go#L1051: func validatePbValues(pairValues []rune, pairTypes []bracketType) {
 |
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. |