allTrue property

  1. @Since.new("3.14")
bool get allTrue

Whether all four lanes have a non-zero value.

Is true only when every one of the x, y, z and w lanes has at least one bit set, and false if any lane is zero.

Equivalent to flagX && flagY && flagZ && flagW.

Implementation

@Since("3.14")
bool get allTrue;