func removeLast<C : RangeReplaceableCollectionType where C.Index : BidirectionalIndexType>(inout: C) Remove an element from the end of x in O(1). Requires: x is nonempty Declaration func removeLast<C : RangeReplaceableCollectionType where C.Index : BidirectionalIndexType>(inout x: C) -> C.Generator.Element