Function sequant::bits::bipartitions¶
Defined in File algorithm.hpp
Function Documentation¶
-
constexpr auto sequant::bits::bipartitions(std::unsigned_integral auto mask)¶
Alias for bipartitions_unordered.
- Parameters:
mask – The bitmask representing the set.
- Returns:
A view of unordered bipartitions.