min(by:)

Inherited from Sequence.min(by:).

Declaration

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