Int32x4.zero constructor

  1. @Since.new("3.14")
Int32x4.zero()

Creates an Int32x4 with all values being zero.

The created value has the same x, y, z and w value, which is the 32-bit integer zero value.

Implementation

@Since("3.14")
external factory Int32x4.zero();