blob: cefb1fc80675b5c6e4b2a57d7dd5f41452865bf9 [file] [log] [blame]
// generated by diplomat-tool
import type { pointer, codepoint } from "./diplomat-runtime.d.ts";
/** An object that represents the Script_Extensions property for a single character
*
*See the [Rust documentation for `ScriptExtensionsSet`](https://docs.rs/icu/latest/icu/properties/script/struct.ScriptExtensionsSet.html) for more information.
*/
export class ScriptExtensionsSet {
get ffiValue(): pointer;
contains(script: number): boolean;
get count(): number;
scriptAt(index: number): number | null;
}