ScriptExtensionsSet class final
An object that represents the Script_Extensions property for a single character
See the Rust documentation for ScriptExtensionsSet
for more information.
- Implemented types
Properties
Methods
-
contains(
int script) → bool - Check if the Script_Extensions property of the given code point covers the given script
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
scriptAt(
int index) → int? - Get script at index
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited