setAddSortedArray

fnvoid setAddSortedArray(harfbuzz.set.Set set, harfbuzz.types.Codepoint[] sortedCodepoints)

Adds num_codepoints codepoints to a set at once. The codepoints array must be in increasing order, with size at least num_codepoints.

Parameters

setA set
sortedCodepointsArray of codepoints to add