func reverse<C : CollectionType where C.Index : BidirectionalIndexType>(_: C) Return an Array containing the elements of source in reverse order. Declaration func reverse<C : CollectionType where C.Index : BidirectionalIndexType>(source: C) -> [C.Generator.Element]