setAddSortedArray
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 |
Adds num_codepoints codepoints to a set at once. The codepoints array must be in increasing order, with size at least num_codepoints.
set | A set |
sortedCodepoints | Array of codepoints to add |