Struct precis_tools::BidiClassGen [−][src]
pub struct BidiClassGen { /* fields omitted */ }Expand description
Generates a table of tuples (Codepoints, BidiClass) representing the values of the Unicode character property Bidi_Class. Possible values are listed in UAX44, Table 13.
Implementations
Creates a new BidiClassGen
Trait Implementations
Process an entry in the UCD file. Read more