This chapter describes the global functions defined in the Swift standard library.
Swift Standard Library Functions
Topics
Functions
func all<Storage>(SIMDMask<Storage>) -> Bool
True if every lane of mask is true.
func any<Storage>(SIMDMask<Storage>) -> Bool
True if any lane of mask is true.
func pointwise Max<T>(T, T) -> T
The lanewise maximum of two vectors.
func pointwise Max<T>(T, T) -> T
The lanewise maximum of two vectors.
func pointwise Min<T>(T, T) -> T
The lanewise minimum of two vectors.
func pointwise Min<T>(T, T) -> T
The lanewise minimum of two vectors.