// generated by diplomat-tool import type { LocaleFallbackPriority } from "./LocaleFallbackPriority" import type { pointer, codepoint } from "./diplomat-runtime.d.ts";
export type LocaleFallbackConfig_obj = {
priority: LocaleFallbackPriority;
};
/** *CollectionofconfigurationsfortheICU4Xfallbackalgorithm. * *Seethe[Rustdocumentationfor`LocaleFallbackConfig`](https://docs.rs/icu/2.1.1/icu/locale/fallback/struct.LocaleFallbackConfig.html) for more information.
*/
export class LocaleFallbackConfig {
get priority(): LocaleFallbackPriority;
set priority(value: LocaleFallbackPriority); /** @internal */ static fromFields(structObj : LocaleFallbackConfig_obj) : LocaleFallbackConfig;
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.