// generated by diplomat-tool import type { pointer, codepoint } from "./diplomat-runtime.d.ts";
/** *Seethe[Rustdocumentationfor`GraphemeClusterBreak`](https://docs.rs/icu/2.1.1/icu/properties/props/struct.GraphemeClusterBreak.html) for more information.
*/
export class GraphemeClusterBreak {
/** *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): GraphemeClusterBreak;
/** *ConverttoanintegervalueusablewithICU4CandCodePointMapData * *Seethe[Rustdocumentationfor`to_icu4c_value`](https://docs.rs/icu/2.1.1/icu/properties/props/struct.GraphemeClusterBreak.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.GraphemeClusterBreak.html#method.from_icu4c_value) for more information.
*/ static fromIntegerValue(other: number): GraphemeClusterBreak | null;
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.