build_max(_:)

iOS
17+
macOS
14+
tvOS
17+
watchOS
10+
static func build_max<Elements>(_ elements: Elements) -> PredicateExpressions.SequenceMaximum<Elements> where Elements : PredicateExpression, Elements.Output : Sequence, Elements.Output.Element : Comparable