setAddRange

fnvoid setAddRange(harfbuzz.set.Set set, harfbuzz.types.Codepoint first, harfbuzz.types.Codepoint last) nothrow

Adds all of the elements from first to last (inclusive) to set.

Parameters

setA set
firstThe first element to add to set
lastThe final element to add to set