Global Functionswift 6.0.1Swift

    all(_:)

    True if every lane of mask is true.

    func all<Storage>(_ mask: SIMDMask<Storage>) -> Bool where Storage : SIMD, Storage.Scalar : FixedWidthInteger, Storage.Scalar : SignedInteger