---
title: "any(_:)"
framework: swift
role: symbol
role_heading: Function
path: "swift/any(_:)"
---

# any(_:)

True if any lane of mask is true.

## Declaration

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

## See Also

### Supporting Functions

- [all(_:)](swift/all(_:).md)
- [pointwiseMax(_:_:)](swift/pointwisemax(_:_:)-29hn2.md)
- [pointwiseMax(_:_:)](swift/pointwisemax(_:_:)-2k6er.md)
- [pointwiseMin(_:_:)](swift/pointwisemin(_:_:)-39txi.md)
- [pointwiseMin(_:_:)](swift/pointwisemin(_:_:)-8v95p.md)
