none method

bool none()

Checks if no bits are set (all false).

Implementation

bool none() => !any();