anyTrue property
- @Since.new("3.14")
Whether any of the four lanes has a non-zero value.
Is true if at least one of the x, y, z or w lanes has any
bit set, and false only when all four lanes are zero.
Implementation
@Since("3.14")
bool get anyTrue;