RangeSetUpdate

constructor(add: List<Range<T>> = emptyList(), sort: Boolean = false, filter: (from: Int, to: Int, value: T) -> Boolean? = null, filterFrom: Int = 0, filterTo: Int = Int.MAX_VALUE)