func removeRange<C : RangeReplaceableCollectionType>(inout: C, subRange: Range<C.Index>) Remove from x the indicated subRange of elements Invalidates all indices with respect to x. Complexity: O(count(x)). Declaration func removeRange<C : RangeReplaceableCollectionType>(inout x: C, subRange: Range<C.Index>)