setAddSortedArray
fn
void 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
set | A set |
sortedCodepoints | Array of codepoints to add |