golang.org/x/text/unicode/bidi.isolatingRunSequence.level (field)
6 uses
golang.org/x/text/unicode/bidi (current package)
bracket.go#L83: if s.level&1 != 0 {
core.go#L414: level level
core.go#L466: level: level,
core.go#L638: resolvedType = typeForLevel(s.level)
core.go#L668: setLevels(s.resolvedLevels, s.level)
core.go#L670: if (s.level & 1) == 0 { // even level
![]() |
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. |