// generated by diplomat-tool import type { pointer, codepoint } from "./diplomat-runtime.d.ts";
/** *Seethe[Rustdocumentationfor`BidiClass`](https://docs.rs/icu/2.1.1/icu/properties/props/struct.BidiClass.html) for more information.
*/
export class BidiClass {
/** *Seethe[Rustdocumentationfor`for_char`](https://docs.rs/icu/2.1.1/icu/properties/props/trait.EnumeratedProperty.html#tymethod.for_char) for more information.
*/ static forChar(ch: codepoint): BidiClass;
/** *Getthe"long"nameofthispropertyvalue(returnsemptyifpropertyvalueisunknown) * *Seethe[Rustdocumentationfor`get`](https://docs.rs/icu/2.1.1/icu/properties/struct.PropertyNamesLongBorrowed.html#method.get) for more information.
*/
longName(): string | null;
/** *Getthe"short"nameofthispropertyvalue(returnsemptyifpropertyvalueisunknown) * *Seethe[Rustdocumentationfor`get`](https://docs.rs/icu/2.1.1/icu/properties/struct.PropertyNamesShortBorrowed.html#method.get) for more information.
*/
shortName(): string | null;
/** *ConverttoanintegervalueusablewithICU4CandCodePointMapData * *Seethe[Rustdocumentationfor`to_icu4c_value`](https://docs.rs/icu/2.1.1/icu/properties/props/struct.BidiClass.html#method.to_icu4c_value) for more information.
*/
toIntegerValue(): number;
/** *ConvertfromanintegervaluefromICU4CorCodePointMapData * *Seethe[Rustdocumentationfor`from_icu4c_value`](https://docs.rs/icu/2.1.1/icu/properties/props/struct.BidiClass.html#method.from_icu4c_value) for more information.
*/ static fromIntegerValue(other: number): BidiClass | null;
constructor(value: BidiClass | string );
}
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.13 Sekunden
(vorverarbeitet am 2026-08-25)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.