Skip to content

RangeSet.map method

RangeSet › map

Official

Map this range set through a set of changes, return the new set.

Signature:

map(changes: ChangeDesc): RangeSet<T>

Parameters:

Parameter Type Description
changes ChangeDesc The change description.

Returns: RangeSet<T>The mapped range set.