ScriptWithExtensionsBorrowed class final

A slightly faster ScriptWithExtensions object

See the Rust documentation for ScriptWithExtensionsBorrowed for more information.

Implemented types

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getScriptExtensionsSet(int script) CodePointSetData
Build the CodePointSetData corresponding to a codepoints matching a particular script in their Script_Extensions
getScriptExtensionsVal(Rune ch) ScriptExtensionsSet
Get the Script property value for a code point
getScriptVal(Rune ch) int
Get the Script property value for a code point Get the Script property value for a code point
hasScript(Rune ch, 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
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited