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