Documentation Language: Swift

Method

max(by:)

Inherited from Sequence.max(by:).

@warn_unqualified_access func max(by areInIncreasingOrder: (Self.Element, Self.Element) throws -> Bool) rethrows -> Self.Element?