---
title: "build_min(_:)"
framework: foundation
role: symbol
role_heading: Type Method
path: "foundation/predicateexpressions/build_min(_:)"
---

# build_min(_:)

## Declaration

```swift
static func build_min<Elements>(_ elements: Elements) -> PredicateExpressions.SequenceMinimum<Elements> where Elements : PredicateExpression, Elements.Output : Sequence, Elements.Output.Element : Comparable
```
