marc-mabe / php-enum

Simple and fast implementation of enumerations with native PHP
BSD 3-Clause "New" or "Revised" License
464 stars 36 forks source link

Add EnumSet::isEmpty() to know if sets has enumerators #126

Closed Lctrs closed 5 years ago

Lctrs commented 5 years ago

Could be useful in situations where you want to know if 2 EnumSet intersects.