diff options
Diffstat (limited to 'source/core/slang-uint-set.h')
| -rw-r--r-- | source/core/slang-uint-set.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/core/slang-uint-set.h b/source/core/slang-uint-set.h index 4ba067871..3531e5cfb 100644 --- a/source/core/slang-uint-set.h +++ b/source/core/slang-uint-set.h @@ -133,6 +133,9 @@ public: /// Returns true if set1 and set2 have a same value set (ie there is an intersection) static bool hasIntersection(const UIntSet& set1, const UIntSet& set2); + /// Get LSB Zero of UIntSet. LSB Zero is the smallest value missing from this UIntSet. + Index getLSBZero(); + struct Iterator { friend class UIntSet; |
