Subscript

min(_:_:)

Returns the lesser of x and y.

Source
subscript min<T: Comparable>(
   _ x: T,
   _ y: T
): T { let }