min abstract method

  1. @Since.new("3.14")
Int32x4 min(
  1. Int32x4 other
)

Lane-wise signed integer minimum.

Returns a new Int32x4 where each lane is the smaller of the corresponding lanes of this object and other, compared as signed 32-bit integers.

Implementation

@Since("3.14")
Int32x4 min(Int32x4 other);