// generated by diplomat-tool import type { DataError } from "./DataError" import type { DataProvider } from "./DataProvider" import type { ListLength } from "./ListLength" import type { Locale } from "./Locale" import type { pointer, codepoint } from "./diplomat-runtime.d.ts";
/** *Seethe[Rustdocumentationfor`ListFormatter`](https://docs.rs/icu/2.1.1/icu/list/struct.ListFormatter.html) for more information.
*/
export class ListFormatter { /** @internal */
get ffiValue(): pointer; /** @internal */
constructor();
/** *ConstructanewListFormatterinstanceforAndpatternsfromcompileddata. * *Seethe[Rustdocumentationfor`try_new_and`](https://docs.rs/icu/2.1.1/icu/list/struct.ListFormatter.html#method.try_new_and) for more information.
*/ static createAndWithLength(locale: Locale, length: ListLength): ListFormatter;
/** *ConstructanewListFormatterinstanceforAndpatterns * *Seethe[Rustdocumentationfor`try_new_and`](https://docs.rs/icu/2.1.1/icu/list/struct.ListFormatter.html#method.try_new_and) for more information.
*/ static createAndWithLengthAndProvider(provider: DataProvider, locale: Locale, length: ListLength): ListFormatter;
/** *ConstructanewListFormatterinstanceforAndpatternsfromcompileddata. * *Seethe[Rustdocumentationfor`try_new_or`](https://docs.rs/icu/2.1.1/icu/list/struct.ListFormatter.html#method.try_new_or) for more information.
*/ static createOrWithLength(locale: Locale, length: ListLength): ListFormatter;
/** *ConstructanewListFormatterinstanceforAndpatterns * *Seethe[Rustdocumentationfor`try_new_or`](https://docs.rs/icu/2.1.1/icu/list/struct.ListFormatter.html#method.try_new_or) for more information.
*/ static createOrWithLengthAndProvider(provider: DataProvider, locale: Locale, length: ListLength): ListFormatter;
/** *ConstructanewListFormatterinstanceforAndpatternsfromcompileddata. * *Seethe[Rustdocumentationfor`try_new_unit`](https://docs.rs/icu/2.1.1/icu/list/struct.ListFormatter.html#method.try_new_unit) for more information.
*/ static createUnitWithLength(locale: Locale, length: ListLength): ListFormatter;
/** *ConstructanewListFormatterinstanceforAndpatterns * *Seethe[Rustdocumentationfor`try_new_unit`](https://docs.rs/icu/2.1.1/icu/list/struct.ListFormatter.html#method.try_new_unit) for more information.
*/ static createUnitWithLengthAndProvider(provider: DataProvider, locale: Locale, length: ListLength): ListFormatter;
/** *Seethe[Rustdocumentationfor`format`](https://docs.rs/icu/2.1.1/icu/list/struct.ListFormatter.html#method.format) for more information.
*/
format(list: Array<string>): string;
}
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.18 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.