simd_equal(_:_:)
Declaration
func simd_equal(_ x: simd_int3, _ y: simd_int3) -> simd_boolDiscussion
True if and only if each lane of x is equal to the corresponding lane of y.
func simd_equal(_ x: simd_int3, _ y: simd_int3) -> simd_boolTrue if and only if each lane of x is equal to the corresponding lane of y.