True if any lane of mask is true.
SDK
- Xcode 11.0+
Framework
- Swift Standard Library
Declaration
func any<Storage>(_ mask: SIMDMask<Storage>) -> Bool where Storage : SIMD, Storage.Scalar : FixedWidthInteger , Storage.Scalar : SignedInteger
True if any lane of mask is true.
SDK
Framework
func any<Storage>(_ mask: SIMDMask<Storage>) -> Bool where Storage : SIMD, Storage.Scalar : FixedWidthInteger , Storage.Scalar : SignedInteger