---
title: ".<(_:_:)"
framework: swift
role: symbol
role_heading: Operator
path: "swift/simd8/'._(_:_:)-7z7lr"
---

# .<(_:_:)

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

## Declaration

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