type golang.org/x/text/unicode/bidi.Run

7 uses

	golang.org/x/text/unicode/bidi (current package)
		bidi.go#L112: func (p *Paragraph) RunAt(pos int) Run {
		bidi.go#L145: func (o *Ordering) Run(i int) Run {
		bidi.go#L157: type Run struct {
		bidi.go#L161: func (r *Run) String() string {
		bidi.go#L166: func (r *Run) Bytes() []byte {
		bidi.go#L176: func (r *Run) Direction() Direction {
		bidi.go#L182: func (r *Run) Pos() (start, end int) {