---
title: ".<(_:_:)"
framework: swift
role: symbol
role_heading: Operator
path: "swift/simd16/'._(_:_:)-71lm5"
---

# .<(_:_:)

Returns a vector mask with the result of a pointwise less than comparison.

## Declaration

```swift
static func .< (a: Self, b: Self.Scalar) -> SIMDMask<Self.MaskStorage>
```
