struct

Bidi::BracketPair

Inherits Struct < Value < Object

3.3.5 Resolving Neutral and Isolate Formatting Types

http://www.unicode.org/reports/tr9/#Resolving_Neutral_and_Isolate_Formatting_Types Bracket pair identified by identify_bracket_pairs

Constructors

new(start : Int32, end __arg0 : Int32, start_run : Int32, end_run : Int32)
Source

Instance methods

end

The text-relative index of the closing bracket

Source
end_run

The index of the run (in the run sequence) that the closing bracket is in

Source
start

The text-relative index of the opening bracket

Source
start_run

The index of the run (in the run sequence) that the opening bracket is in

Source