Optional
initialValue: numberOptional
errorValue: numberThe compacted and frozen data as a new UnicodeTrie instance.
Generates a packed Uint8Array containing the serialized and compressed trie.
Note: This only works on Node. Use toUint8Array otherwise.
uint32_t highStart; uint32_t errorValue; uint32_t uncompressedDataLength; uint8_t trieData[dataLength];
A packed Uint8Array.
Builds the UnicodeTrie data structure with options to output to a Buffer or return an instance of UnicodeTrie.