Int32x4 operator |(
Int32x4 other
)

The bit-wise or operator.

Source

/// The bit-wise or operator.
Int32x4 operator|(Int32x4 other);