setDelRange

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

If last is #HB_SET_VALUE_INVALID, then all values greater than or equal to first are removed.

Parameters

set harfbuzz.set.Set

A set

first harfbuzz.types.Codepoint

The first element to remove from set

last harfbuzz.types.Codepoint

The final element to remove from set