Class ICU4XScriptExtensionsSet

An object that represents the Script_Extensions property for a single character

See the Rust documentation for ScriptExtensionsSet for more information.

Constructors

Methods

Constructors

Methods

  • Check if the Script_Extensions property of the given code point covers the given script

    See the Rust documentation for contains for more information.

    Parameters

    • script: number

    Returns boolean

  • Get the number of scripts contained in here

    See the Rust documentation for iter for more information.

    Returns number

  • Get script at index

    See the Rust documentation for iter for more information.

    Parameters

    • index: number

    Returns number