Contents

insert(contentsOf:)

Inserts the given range into the range set.

Declaration

mutating func insert(contentsOf range: Range<Bound>)

Parameters

  • range:

    The range to insert into the set.

Discussion