setAddRange
fn
void setAddRange(harfbuzz.set.Set set, harfbuzz.types.Codepoint first, harfbuzz.types.Codepoint last)Adds all of the elements from first to last (inclusive) to set.
Parameters
set | A set |
first | The first element to add to set |
last | The final element to add to set |