Quelle ICU4XCodePointMapData16.d.ts
Sprache: unbekannt
import { u16, u32, char } from "./diplomat-runtime"
import { FFIError } from "./diplomat-runtime"
import { CodePointRangeIterator } from "./CodePointRangeIterator";
import { ICU4XCodePointSetData } from "./ICU4XCodePointSetData";
import { ICU4XDataProvider } from "./ICU4XDataProvider";
import { ICU4XError } from "./ICU4XError";
/**
* An ICU4X Unicode Map Property object, capable of querying whether a code point (key) to obtain the Unicode property value, for a specific Unicode property.
* See the {@link https://docs.rs/icu/latest/icu/properties/maps/fn.script.html Rust documentation for `script`} for more information.
* @throws {@link FFIError}<{@link ICU4XError}>
*/
static load_script(provider: ICU4XDataProvider): ICU4XCodePointMapData16 | never;
}
[ Dauer der Verarbeitung: 0.17 Sekunden
(vorverarbeitet)
]