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

# .<=(_:_:)

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

## Declaration

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