Class ICU4XScriptWithExtensionsBorrowed

A slightly faster ICU4XScriptWithExtensions object

See the Rust documentation for ScriptWithExtensionsBorrowed for more information.

Constructors

Methods

  • Get the Script property value for a code point

    See the Rust documentation for get_script_val for more information.

    Parameters

    • code_point: number

    Returns number

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

    See the Rust documentation for has_script for more information.

    Parameters

    • code_point: number
    • script: number

    Returns boolean