* The number of paragraphs contained here
*/
paragraph_count(): usize;
/**
* Get the nth paragraph, returning `None` if out of bounds
*/
paragraph_at(n: usize): ICU4XBidiParagraph | undefined;
/**
* The number of bytes in this full text
*/
size(): usize;
/**
* Get the BIDI level at a particular byte index in the full text. This integer is conceptually a `unicode_bidi::Level`, and can be further inspected using the static methods on ICU4XBidi.
* Returns 0 (equivalent to `Level::ltr()`) on error
*/
level_at(pos: usize): u8;
}
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.21 Sekunden
(vorverarbeitet am 2026-06-06)
¤
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.