func pointwiseMin(_:_:)(_ a: T, _ b: T) -> T The lanewise minimum of two vectors. Each element of the result is the minimum of the corresponding elements of the inputs. func pointwiseMin(_:_:)(_ a: T, _ b: T) -> T The lanewise minimum of two vectors. Each element of the result is the minimum of the corresponding elements of the inputs.