func removeAtIndex<C : RangeReplaceableCollectionType>(inout: C, index: C.Index) Remove from x and return the element at index i Invalidates all indices with respect to x. Complexity: O(count(x)). Declaration func removeAtIndex<C : RangeReplaceableCollectionType>(inout x: C, index: C.Index) -> C.Generator.Element