lessThan method Null safety

Int32x4 lessThan (
  1. Float32x4 other
)

Relational less than.

Implementation

Int32x4 lessThan(Float32x4 other);