[LV] Simplify lambda in all_of to directly return hasVF() result. (NFC)
The if in the lambda is not necessary. We can directly return the result of hasVF.
Loading
Please sign in to comment
The if in the lambda is not necessary. We can directly return the result of hasVF.