| // 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; | |
| } |